[dpdk-dev] [PATCH] eal: fix vdev allocation on non-0 numa socket

2014-05-01 Thread Thomas Monjalon
> From: Maxime Leroy > > vdev ethdev can not be allocated on a numa socket that is not socket 0. > The reason comes from rte_eth_dev_allocate() which uses rte_socket_id() to > identify the socket on which vdev driver data should be allocated. > However, at this initialization step,

[dpdk-dev] [PATCH] eal: fix vdev allocation on non-0 numa socket

2014-04-30 Thread David Marchand
From: Maxime Leroy vdev ethdev can not be allocated on a numa socket that is not socket 0. The reason comes from rte_eth_dev_allocate() which uses rte_socket_id() to identify the socket on which vdev driver data should be allocated. However, at this initialization step,