Re: [dpdk-dev] [DPDK] net/virtio: fix check scatter on all Rx queues

2021-09-13 Thread Maxime Coquelin
Hi Zhihong, On 8/4/21 10:31 AM, zhihongx.p...@intel.com wrote: > From: Zhihong Peng > > This patch fixes the wrong way to obtain virtqueue. > The end of virtqueue cannot be judged based on whether > the array is NULL. My understanding is that it is causing issue because it is confusing the cont

[dpdk-dev] [DPDK] net/virtio: fix check scatter on all Rx queues

2021-08-04 Thread zhihongx . peng
From: Zhihong Peng 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 --- drivers/net/virtio/virtio_ethdev.c | 4