Re: [ovs-dev] [PATCH v8] netdev-dpdk: Increase pmd thread priority

2017-05-26 Thread Bodireddy, Bhanuprakash
@intel.com> >> Cc: d...@openvswitch.org >> Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: Increase pmd thread >> priority >> >> Bhanuprakash Bodireddy <bhanuprakash.bodire...@intel.com> writes: >> >> > Increase the DPDK pmd thread scheduling p

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Increase pmd thread priority

2017-05-26 Thread Flavio Leitner
On Tue, Jan 03, 2017 at 03:08:11PM -0500, Aaron Conole wrote: > Bhanuprakash Bodireddy writes: > > > Increase the DPDK pmd thread scheduling priority by lowering the nice > > value. This will advise the kernel scheduler to prioritize pmd thread > > over other

Re: [ovs-dev] [PATCH v8] netdev-dpdk: Increase pmd thread priority

2017-05-26 Thread O Mahony, Billy
2017 8:08 PM > To: Bodireddy, Bhanuprakash <bhanuprakash.bodire...@intel.com> > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: Increase pmd thread priority > > Bhanuprakash Bodireddy <bhanuprakash.bodire...@intel.com> writes: > > >

[ovs-dev] [PATCH v8] netdev-dpdk: Increase pmd thread priority

2016-12-21 Thread Bhanuprakash Bodireddy
Increase the DPDK pmd thread scheduling priority by lowering the nice value. This will advise the kernel scheduler to prioritize pmd thread over other processes. Signed-off-by: Bhanuprakash Bodireddy --- v7->v8: * Rebase * Update the documentation file