Re: [dpdk-dev] [PATCH v2 40/41] net/virtio: use contiguous allocation for DMA memory

2018-03-28 Thread Maxime Coquelin
Hi Anatoly, On 03/07/2018 05:57 PM, Anatoly Burakov wrote: Signed-off-by: Anatoly Burakov Reviewed-by: Venkatesh Srinivas --- Notes: Not sure if virtio needs to allocate DMA-capable memory, being a software driver and all. Corrections welcome. Yes, we need the ring memory to be co

[dpdk-dev] [PATCH v2 40/41] net/virtio: use contiguous allocation for DMA memory

2018-03-07 Thread Anatoly Burakov
Signed-off-by: Anatoly Burakov Reviewed-by: Venkatesh Srinivas --- Notes: Not sure if virtio needs to allocate DMA-capable memory, being a software driver and all. Corrections welcome. drivers/net/virtio/virtio_ethdev.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) dif