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

Maxime Coquelin maxime.coquelin at redhat.com
Tue Dec 11 19:31:32 CET 2018



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 <maxime.coquelin at redhat.com>
> ---
>   drivers/net/virtio/virtio_ethdev.c | 12 +++++++-----
>   1 file changed, 7 insertions(+), 5 deletions(-)
> 


Applied with fix suggested by David.

Thanks,
Maxime


More information about the dev mailing list