msm: ipa: enable status supression on WAN_PROD pipe
Processing status on every packet increases MIPS consumption on Q6. Enable status supression to disable sending status for every packet on UL path. Change-Id: Ie818bcac683ee8b46e2e8a7a64e62e17ffda67ad Signed-off-by: Chaitanya Pratapa <cpratapa@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
8a9d067807
commit
f3219c84cd
@@ -3902,6 +3902,10 @@ static int ipa3_assign_policy(struct ipa_sys_connect_params *in,
|
|||||||
sys->ep->status.status_en = true;
|
sys->ep->status.status_en = true;
|
||||||
sys->ep->status.status_ep =
|
sys->ep->status.status_ep =
|
||||||
ipa3_get_ep_mapping(IPA_CLIENT_Q6_WAN_CONS);
|
ipa3_get_ep_mapping(IPA_CLIENT_Q6_WAN_CONS);
|
||||||
|
/* Enable status supression to disable sending status for
|
||||||
|
* every packet.
|
||||||
|
*/
|
||||||
|
sys->ep->status.status_pkt_suppress = true;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user