qcacmn: Defer IPA SMMU mapping to OPT_DP reserve
Currently, IPA SMMU map/unmap is called as part of init. This causes every nbuf to be mapped to IPA in the Rx path, causing throughputs to drop. This change resolves the problem by deferring the IPA SMMU map/unmap call to OPT_DP filter reserve/release, as nbuf needs to be mapped to IPA only in this scenario. Change-Id: If198a6c5f22af58fdaf9d9c020c74b1f76002e37 CRs-Fixed: 3496679
这个提交包含在:
@@ -12061,6 +12061,9 @@ static struct cdp_ipa_ops dp_ops_ipa = {
|
||||
.ipa_rx_intrabss_fwd = dp_ipa_rx_intrabss_fwd,
|
||||
.ipa_tx_buf_smmu_mapping = dp_ipa_tx_buf_smmu_mapping,
|
||||
.ipa_tx_buf_smmu_unmapping = dp_ipa_tx_buf_smmu_unmapping,
|
||||
.ipa_rx_buf_smmu_pool_mapping = dp_ipa_rx_buf_pool_smmu_mapping,
|
||||
.ipa_set_smmu_mapped = dp_ipa_set_smmu_mapped,
|
||||
.ipa_get_smmu_mapped = dp_ipa_get_smmu_mapped,
|
||||
#ifdef QCA_ENHANCED_STATS_SUPPORT
|
||||
.ipa_update_peer_rx_stats = dp_ipa_update_peer_rx_stats,
|
||||
#endif
|
||||
|
在新工单中引用
屏蔽一个用户