ARM: dts: msm: Add BAM DMUX no-cpu-affinity for MSM8917
BAM DMUX work queue is bound to CPU0 to support the network stack
requirements to avoid the out of order packet issue.
If CPU0 is busy by other high priority works then bounding workqueue
to CPU0 is causing delay in BAM DMUX work queue. so Remove the CPU
affinity to let the scheduler to decide the CPU for BAM DMUX work queue
and enabling the RPS feature in network stack to support out of order
packet issue.
CRs-Fixed: 1058818
Change-Id: I1eafb0f42333f5ff3917af0ee3025e670a447897
Signed-off-by:
Arun Kumar Neelakantam <aneela@codeaurora.org>
Loading
Please register or sign in to comment