msm: ipa3: fix qmap deaggregation issue
With GRO enable, ipa3 still use default aggr_byte_limit to calculates the rx_buff_sz and configures wrong channel righ size in GSI. The fix is to use the right aggr_byte_limit which netmgrd configured. Change-Id: I9f804a122090ea4340f7873a5aa276dff00cbcb7 Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
02368c203a
commit
ab366edb3e
1 changed files with 0 additions and 4 deletions
|
@ -3157,12 +3157,8 @@ static int ipa3_assign_policy(struct ipa_sys_connect_params *in,
|
|||
sys->free_skb = ipa3_free_skb_rx;
|
||||
in->ipa_ep_cfg.aggr.aggr_en = IPA_ENABLE_AGGR;
|
||||
in->ipa_ep_cfg.aggr.aggr = IPA_GENERIC;
|
||||
in->ipa_ep_cfg.aggr.aggr_byte_limit =
|
||||
IPA_GENERIC_AGGR_BYTE_LIMIT;
|
||||
in->ipa_ep_cfg.aggr.aggr_time_limit =
|
||||
IPA_GENERIC_AGGR_TIME_LIMIT;
|
||||
in->ipa_ep_cfg.aggr.aggr_pkt_limit =
|
||||
IPA_GENERIC_AGGR_PKT_LIMIT;
|
||||
if (in->client == IPA_CLIENT_APPS_LAN_CONS) {
|
||||
sys->pyld_hdlr = ipa3_lan_rx_pyld_hdlr;
|
||||
sys->repl_hdlr =
|
||||
|
|
Loading…
Add table
Reference in a new issue