Re: [dpdk-dev] [PATCH v2] net/virtio: fix Rx scatter offload

2021-07-19 Thread Andrew Rybchenko
On 7/19/21 10:15 PM, Andrew Rybchenko wrote: From: Ivan Ilchenko Report Rx scatter offload capability depending on VIRTIO_NET_F_MRG_RXBUF. If Rx scatter is not requested, ensure that provided Rx buffers on each Rx queue are big enough to fit Rx packets up to configured MTU. Fixes: ce17eddefc2

[dpdk-dev] [PATCH v2] net/virtio: fix Rx scatter offload

2021-07-19 Thread Andrew Rybchenko
From: Ivan Ilchenko Report Rx scatter offload capability depending on VIRTIO_NET_F_MRG_RXBUF. If Rx scatter is not requested, ensure that provided Rx buffers on each Rx queue are big enough to fit Rx packets up to configured MTU. Fixes: ce17eddefc20 ("ethdev: introduce Rx queue offloads API") C