netdev-dpdk: create queues on configured NUMA node
authorDaniele Di Proietto <ddiproietto@vmware.com>
Wed, 4 Jun 2014 22:05:58 +0000 (15:05 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 4 Jun 2014 22:39:49 +0000 (15:39 -0700)
commitd221ffa1e128736aa2d22209476818c86fdfd6b3
treed7c58525fae51c1e2aa5ebdacdce6feaae57ecd8
parent7d08d53ed5571e6943ccd103b28da7a7e87a8f5c
netdev-dpdk: create queues on configured NUMA node

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 <ddiproietto@vmware.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
lib/netdev-dpdk.c