Re: [ovs-dev] [PATCH 4/6] dpif-netdev: Allow controlling non PMD threads' affinity

2015-03-16 Thread Daniele Di Proietto
> On 16 Mar 2015, at 15:23, Traynor, Kevin wrote: > > >> -Original Message- >> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di >> Proietto >> Sent: Thursday, March 12, 2015 6:05 PM >> To: dev@openvswitch.org >> Subj

Re: [ovs-dev] [PATCH 4/6] dpif-netdev: Allow controlling non PMD threads' affinity

2015-03-16 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, March 12, 2015 6:05 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 4/6] dpif-netdev: Allow controlling non PMD > threads'

[ovs-dev] [PATCH 4/6] dpif-netdev: Allow controlling non PMD threads' affinity

2015-03-12 Thread Daniele Di Proietto
This commit introduces the 'other_config:nonpmd-cpu-mask' key to control the CPU affinity of non PMD threads. Signed-off-by: Daniele Di Proietto --- lib/dpif-netdev.c | 62 +- lib/dpif-provider.h| 5 +-- lib/dpif.c | 5 +-- lib/d