qcacmn: Core DP RX path changes for WCN7850
Implement core DP rx processing to functions in to corresponding architecture specific be/li rx files. Keep common utility functions in DP common files. Change-Id: I40083e10772fd2b6ce2f1fa9e197f2ad92d0522a CRs-Fixed: 2891021
此提交包含在:
@@ -2246,7 +2246,7 @@ static uint32_t dp_service_srngs(void *dp_ctx, uint32_t dp_budget)
|
||||
for (ring = 0; ring < soc->num_reo_dest_rings; ring++) {
|
||||
if (!(rx_mask & (1 << ring)))
|
||||
continue;
|
||||
work_done = dp_rx_process(int_ctx,
|
||||
work_done = soc->arch_ops.dp_rx_process(int_ctx,
|
||||
soc->reo_dest_ring[ring].hal_srng,
|
||||
ring,
|
||||
remaining_quota);
|
||||
|
新增問題並參考
封鎖使用者