Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f0aee72 authored by Ravinder Konka's avatar Ravinder Konka
Browse files

msm_rmnet_bam: changes to use netif_rx in place of netif_rx_ni



As per current implementation, we use netif_rx_ni for all
the packets which might give undue advantage to DL traffic
causing delays in UL traffic, especially TCP ACKs. This
results in tput drops. To avoid this, we can use netif_rx
in place of netif_rx_ni so that we process all the packets
in same context and there is no advantage for any data.
Also, we can invoke netif_rx_ni for every nth packet, this
value n can be configurable since it is defined as a module
parameter.

Change-Id: I413c2a284708b10b93bc176f36d039d4199a8065
Acked-by: default avatarMohit Pahuja <mpahuja@qti.qualcomm.com>
Signed-off-by: default avatarRavinder Konka <rkonka@codeaurora.org>
parent 5684450d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment