qcacmn: Log limit to DMA not done when reaping Monitor status ring
Add log limit to error "DMA not done" when reaping Monitor status ring to avoid flooding other useful driver log. Change-Id: I251ef8082d49bfdbcc6a234224cbefdba608b5f5 CRs-Fixed: 2798732
This commit is contained in:
@@ -106,7 +106,7 @@ dp_rx_mon_handle_status_buf_done(struct dp_pdev *pdev,
|
|||||||
* hold on to mon destination ring.
|
* hold on to mon destination ring.
|
||||||
*/
|
*/
|
||||||
if (buf_status != QDF_STATUS_SUCCESS) {
|
if (buf_status != QDF_STATUS_SUCCESS) {
|
||||||
dp_err("Monitor status ring: DMA is not done "
|
dp_err_rl("Monitor status ring: DMA is not done "
|
||||||
"for nbuf: %pK", status_nbuf);
|
"for nbuf: %pK", status_nbuf);
|
||||||
pdev->rx_mon_stats.tlv_tag_status_err++;
|
pdev->rx_mon_stats.tlv_tag_status_err++;
|
||||||
return DP_MON_STATUS_NO_DMA;
|
return DP_MON_STATUS_NO_DMA;
|
||||||
|
Reference in New Issue
Block a user