Re: [PATCH v2] net/virtio: remove address width limit for modern devices

2023-03-16 Thread Maxime Coquelin
On 3/14/23 09:53, David Marchand wrote: Modern devices don't have the same limitation as legacy devices, because vring addresses are not configured using a 32-bit register. Fixes: 6ba1f63b5ab0 ("virtio: support specification 1.0") Cc: sta...@dpdk.org Signed-off-by: David Marchand Reviewed-b

[PATCH v2] net/virtio: remove address width limit for modern devices

2023-03-14 Thread David Marchand
Modern devices don't have the same limitation as legacy devices, because vring addresses are not configured using a 32-bit register. Fixes: 6ba1f63b5ab0 ("virtio: support specification 1.0") Cc: sta...@dpdk.org Signed-off-by: David Marchand Reviewed-by: Maxime Coquelin Acked-by: Andy Pei Revie