Re: [ovs-dev] [PATCH V2 10/10] netdev-dpdk: Use multiple core for dpdk IO.
On 03/21/2014 07:03 PM, Pravin wrote: DPDK need to set _lcore_id for using multiple core. Signed-off-by: Pravin B Shelar --- LGTM Acked-by: Thomas Graf ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [PATCH V2 10/10] netdev-dpdk: Use multiple core for dpdk IO.
DPDK need to set _lcore_id for using multiple core. Signed-off-by: Pravin B Shelar --- Moved thread affinity function to dpdk. --- lib/dpif-netdev.c |2 ++ lib/netdev-dpdk.c | 20 lib/netdev-dpdk.h |2 ++ 3 files changed, 24 insertions(+) diff --git a/lib/dpif-net