qcacmn: ring backpressure handler
rxhost ring backpressure: identifying rings causing rx backpressure after being notified by FW message. Adding logs to be able to see at what state the ap was after a backpressure event was triggered. Adding radio stats (261) as well as napi stats for better state description. Change-Id: I395450be6faaf959f91729516a7b229c5b3396ce
Esse commit está contido em:
@@ -6988,7 +6988,7 @@ char *dp_srng_get_str_from_hal_ring_type(enum hal_ring_type ring_type)
|
||||
* dp_print_napi_stats(): NAPI stats
|
||||
* @soc - soc handle
|
||||
*/
|
||||
static void dp_print_napi_stats(struct dp_soc *soc)
|
||||
void dp_print_napi_stats(struct dp_soc *soc)
|
||||
{
|
||||
hif_print_napi_stats(soc->hif_handle);
|
||||
}
|
||||
|
Referência em uma nova issue
Block a user