Hi Anatoly, On 03/07/2018 05:57 PM, Anatoly Burakov wrote:
Signed-off-by: Anatoly Burakov <[email protected]> Reviewed-by: Venkatesh Srinivas <[email protected]> ---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 contiguous in physical address space.
drivers/net/virtio/virtio_ethdev.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
So: Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

