Re: [ovs-dev] [PATCH] netdev-dpdk: create queues on configured NUMA node

2014-06-04 Thread Pravin Shelar
On Wed, Jun 4, 2014 at 3:05 PM, Daniele Di Proietto wrote: > This patch makes sure that the tx and rx queues are allocated on the NUMA > socket > chosen at device initalization time, instead of the NUMA socket 0. > > Signed-off-by: Daniele Di Proietto Pushed to master. Thanks, Pravin. ___

[ovs-dev] [PATCH] netdev-dpdk: create queues on configured NUMA node

2014-06-04 Thread Daniele Di Proietto
This patch makes sure that the tx and rx queues are allocated on the NUMA socket chosen at device initalization time, instead of the NUMA socket 0. Signed-off-by: Daniele Di Proietto --- lib/netdev-dpdk.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/netdev-dpdk.