On 10/8/21 07:49, zhihongx.p...@intel.com wrote:
From: Zhihong Peng <zhihongx.p...@intel.com> This patch fixes the wrong way to obtain virtqueue. The end of virtqueue cannot be judged based on whether the array is NULL. Fixes: 4e8169eb0d2d (net/virtio: fix Rx scatter offload) Cc: sta...@dpdk.org Signed-off-by: Zhihong Peng <zhihongx.p...@intel.com> --- drivers/net/virtio/virtio_ethdev.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
Applied to dpdk-next-virtio/main. Thanks, Maxime