Re: [dpdk-dev] [PATCH] net/virtio: allocate vrings on device NUMA node

2018-12-11 Thread Maxime Coquelin
On 11/27/18 11:54 AM, Maxime Coquelin wrote: When a guest is spanned on multiple NUMA nodes and multiple Virtio devices are spanned onto these nodes, we expect that their ring memory is allocated in the right memory node. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_ethdev.

Re: [dpdk-dev] [PATCH] net/virtio: allocate vrings on device NUMA node

2018-11-27 Thread Maxime Coquelin
On 11/27/18 2:29 PM, David Marchand wrote: On Tue, Nov 27, 2018 at 11:54 AM Maxime Coquelin mailto:maxime.coque...@redhat.com>> wrote: When a guest is spanned on multiple NUMA nodes and multiple Virtio devices are spanned onto these nodes, we expect that their ring memory is allo

Re: [dpdk-dev] [PATCH] net/virtio: allocate vrings on device NUMA node

2018-11-27 Thread David Marchand
On Tue, Nov 27, 2018 at 11:54 AM Maxime Coquelin wrote: > When a guest is spanned on multiple NUMA nodes and > multiple Virtio devices are spanned onto these nodes, > we expect that their ring memory is allocated in the > right memory node. > > Signed-off-by: Maxime Coquelin > --- > drivers/net

[dpdk-dev] [PATCH] net/virtio: allocate vrings on device NUMA node

2018-11-27 Thread Maxime Coquelin
When a guest is spanned on multiple NUMA nodes and multiple Virtio devices are spanned onto these nodes, we expect that their ring memory is allocated in the right memory node. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_ethdev.c | 12 +++- 1 file changed, 7 insertions(+