ARM: dts: msm: Add no-cpu-affinity for BAM DMUX on MSM8909
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. Change-Id: I4800a3843d04b6f2b9bdea60e4b4e095a70722eb Signed-off-by:Arun Kumar Neelakantam <aneela@codeaurora.org> Signed-off-by:
Nirmal Abraham <nabrah@codeaurora.org>
Loading
Please register or sign in to comment