Re: [ovs-dev] [PATCH v4] netdev-dpdk: Set pmd thread priority

2016-07-26 Thread Kavanagh, Mark B
> >Set the DPDK pmd thread scheduling policy to SCHED_RR and static >priority to highest priority value of the policy. This is to deal with >pmd thread starvation case where another cpu hogging process can get >scheduled/affinitized on to the same core the pmd thread is running >there by significa

[ovs-dev] [PATCH v4] netdev-dpdk: Set pmd thread priority

2016-07-26 Thread Bhanuprakash Bodireddy
Set the DPDK pmd thread scheduling policy to SCHED_RR and static priority to highest priority value of the policy. This is to deal with pmd thread starvation case where another cpu hogging process can get scheduled/affinitized on to the same core the pmd thread is running there by significantly imp