Re: [ovs-dev] [PATCH v2] netdev-dpdk: Assign socket id according to device's numa id

2017-01-11 Thread Daniele Di Proietto
2017-01-12 6:18 GMT-08:00 Binbin Xu : > We can hotplug attach DPDK ports specified via the 'dpdk-devargs' > option now. > > But the socket id of DPDK ports can't be assigned correctly, > it is always 0. The socket id of DPDK ports should be assigned > according to the numa

[ovs-dev] [PATCH v2] netdev-dpdk: Assign socket id according to device's numa id

2017-01-11 Thread Binbin Xu
We can hotplug attach DPDK ports specified via the 'dpdk-devargs' option now. But the socket id of DPDK ports can't be assigned correctly, it is always 0. The socket id of DPDK ports should be assigned according to the numa id of the device. Fixes: 55e075e65ef9e ("netdev-dpdk: Arbitrary 'dpdk'