]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Fix coremask logic.
authorKevin Traynor <kevin.traynor@intel.com>
Thu, 19 May 2016 12:51:31 +0000 (13:51 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Sat, 21 May 2016 01:04:05 +0000 (18:04 -0700)
commit30149e29732468e4129da44f84ea83d6dae84411
tree03c6a7ba8272e7621be3d285e28967c43142b4d2
parenta75636c8b950aeeb9961687cf8016e440b9428c7
netdev-dpdk: Fix coremask logic.

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")
Signed-off-by: Kevin Traynor <kevin.traynor@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
lib/netdev-dpdk.c