qcacmn: fix for backpressure issue on RxDMA ring
Fix for backpressure issue reported on NSS offload case on PCIE radios Change-Id: Ib0492deb5136550a45abe78b9fc7a8903884631f
This commit is contained in:

committed by
Madan Koyyalamudi

parent
af887c113d
commit
86e00108f4
@@ -3934,7 +3934,7 @@ static void dp_soc_reset_intr_mask(struct dp_soc *soc)
|
||||
if (group_number < 0) {
|
||||
dp_init_debug("%pK: ring not part of any group; ring_type: %d,ring_num %d",
|
||||
soc, WBM2SW_RELEASE, j);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
mask = wlan_cfg_get_tx_ring_mask(soc->wlan_cfg_ctx, group_number);
|
||||
@@ -3969,7 +3969,7 @@ static void dp_soc_reset_intr_mask(struct dp_soc *soc)
|
||||
if (group_number < 0) {
|
||||
dp_init_debug("%pK: ring not part of any group; ring_type: %d,ring_num %d",
|
||||
soc, REO_DST, j);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
mask = wlan_cfg_get_rx_ring_mask(soc->wlan_cfg_ctx, group_number);
|
||||
@@ -4007,7 +4007,7 @@ static void dp_soc_reset_intr_mask(struct dp_soc *soc)
|
||||
if (group_number < 0) {
|
||||
dp_init_debug("%pK: ring not part of any group; ring_type: %d,ring_num %d",
|
||||
soc, REO_DST, lmac_id);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
/* set the interrupt mask for offloaded ring */
|
||||
@@ -4036,7 +4036,7 @@ static void dp_soc_reset_intr_mask(struct dp_soc *soc)
|
||||
if (group_number < 0) {
|
||||
dp_init_debug("%pK: ring not part of any group; ring_type: %d,ring_num %d",
|
||||
soc, REO_EXCEPTION, j);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
wlan_cfg_set_rx_err_ring_mask(soc->wlan_cfg_ctx,
|
||||
|
Reference in New Issue
Block a user