qcacmn: rate limit error log in dp_2k_jump_handle
Error log peer not found is coming spurious in dp_2k_jump_handle on continuous error pkts, so rate limit the same. Change-Id: If4b577a7759136ea824ca62b63ef91d102b8decb CRs-Fixed: 2978939
This commit is contained in:

committed by
Madan Koyyalamudi

parent
292e767c1e
commit
05487e226c
@@ -1027,7 +1027,7 @@ dp_2k_jump_handle(struct dp_soc *soc,
|
||||
|
||||
peer = dp_peer_get_ref_by_id(soc, peer_id, DP_MOD_ID_RX_ERR);
|
||||
if (!peer) {
|
||||
dp_rx_err_err("%pK: peer not found", soc);
|
||||
dp_rx_err_info_rl("%pK: peer not found", soc);
|
||||
goto free_nbuf;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user