qcacmn: Force free leaking TX completion in PERF build
When TX completion entires are pending over 60 seconds, Perform force free for these entries that belong to invalid vdev. This could allow system to continue to go to suspend. Change-Id: I34a39b8c7a9385fea0bed087e0644564f426bf90 CRs-Fixed: 3252807
Esse commit está contido em:
@@ -7101,6 +7101,8 @@ void dp_txrx_path_stats(struct dp_soc *soc)
|
||||
pdev->soc->stats.tx.tx_invalid_peer.num);
|
||||
DP_PRINT_STATS("Tx desc freed in non-completion path: %u",
|
||||
pdev->soc->stats.tx.tx_comp_exception);
|
||||
DP_PRINT_STATS("Tx desc force freed: %u",
|
||||
pdev->soc->stats.tx.tx_comp_force_freed);
|
||||
|
||||
DP_PRINT_STATS("Tx packets sent per interrupt:");
|
||||
DP_PRINT_STATS("Single Packet: %u",
|
||||
|
Referência em uma nova issue
Block a user