Re: [ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix coremask logic.

2016-05-18 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Wednesday, May 18, 2016 3:17 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [PATCH v2 1/2] netdev-dpdk: Fix coremask logic. > > "Traynor, Kevin" writes: > > >> -Original Message- > >>

Re: [ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix coremask logic.

2016-05-18 Thread Traynor, Kevin
> -Original Message- > From: Traynor, Kevin > Sent: Tuesday, May 10, 2016 2:41 PM > To: dev@openvswitch.org > Cc: Traynor, Kevin ; Aaron Conole > > Subject: [PATCH v2 1/2] netdev-dpdk: Fix coremask logic. > > Only set the thread affinity back to the pre rte_eal_init() value > when the use

Re: [ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix coremask logic.

2016-05-18 Thread Aaron Conole
"Traynor, Kevin" writes: >> -Original Message- >> From: Traynor, Kevin >> Sent: Tuesday, May 10, 2016 2:41 PM >> To: dev@openvswitch.org >> Cc: Traynor, Kevin ; Aaron Conole >> >> Subject: [PATCH v2 1/2] netdev-dpdk: Fix coremask logic. >> >> Only set the thread affinity back to the pre

[ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix coremask logic.

2016-05-10 Thread Kevin Traynor
Only set the thread affinity back to the pre rte_eal_init() value when the user has not specified a coremask. Fixes: 88964e6428dc("netdev-dpdk: Autofill lcore coremask if absent") CC: Aaron Conole Signed-off-by: Kevin Traynor --- lib/netdev-dpdk.c |2 +- 1 files changed, 1 insertions(+), 1