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

Skip to content
Commit b16e1628 authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan
Browse files

rmnet_shs: Make prio switch RR



Before this change NET_RX priority switching was not round
robin within a shs wq tick.

This meant if many heavy flows were created in the same wq tick
then they would be placed on the same core. This can cause packet
loss if such flows are too heavy for a single gold core.

This change will cause prio flows to select the core with the least
number of active flows for their switch. This will cause a RR effect
when they come within the same wq tick.

CRs-Fixed: 2448720
Change-Id: I4b4edea746270a880e3a22a09730d15d16a392ab
Acked-by: default avatarRaul Martinez <mraul@qti.qualcomm.com>
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent 130ca08b
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