qcacmn: Account for global tx desc count during pool flush
Make sure global tx desc count is decremented during tx desc pool flush Change-Id: I5ba21cd9a4b1dbd3dbaf55e56a5852fe7703e36c CRs-Fixed: 3501063
Этот коммит содержится в:

коммит произвёл
Rahul Choudhary

родитель
382be6ed5a
Коммит
5981600c3a
@@ -11138,7 +11138,8 @@ void dp_find_missing_tx_comp(struct dp_soc *soc)
|
||||
dp_tx_comp_free_buf(soc,
|
||||
tx_desc,
|
||||
false);
|
||||
dp_tx_desc_release(tx_desc, i);
|
||||
dp_tx_desc_release(soc, tx_desc,
|
||||
i);
|
||||
DP_STATS_INC(soc,
|
||||
tx.tx_comp_force_freed, 1);
|
||||
}
|
||||
|
Ссылка в новой задаче
Block a user