qcacmn: Mapping between NAPI budget and internal budget
There is a scale factor mapping between NAPI budget and internal budget. Add logic for this dynamic translation. CRs-Fixed: 2140049 Change-Id: Iac03bd431ab7a416a87e488b14bc8b5c1bb7869f
This commit is contained in:
@@ -1010,7 +1010,7 @@ static QDF_STATUS dp_soc_interrupt_attach(void *txrx_soc)
|
||||
ret = hif_register_ext_group(soc->hif_handle,
|
||||
num_irq, irq_id_map, dp_service_srngs,
|
||||
&soc->intr_ctx[i], "dp_intr",
|
||||
HIF_EXEC_NAPI_TYPE, 2);
|
||||
HIF_EXEC_NAPI_TYPE, QCA_NAPI_DEF_SCALE_BIN_SHIFT);
|
||||
|
||||
if (ret) {
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
|
||||
|
Reference in New Issue
Block a user