numam-dpdk/drivers/net/virtio
Ivan Ilchenko 4e8169eb0d net/virtio: fix Rx scatter offload
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: ce17eddefc ("ethdev: introduce Rx queue offloads API")
Cc: stable@dpdk.org

Signed-off-by: Ivan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2021-07-21 07:56:13 +02:00
..
virtio_user net/virtio: add MAC device config getter and setter 2021-06-23 09:55:45 +02:00
meson.build net/virtio: fix aarch32 build 2021-07-09 20:00:06 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00
virtio_ethdev.c net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtio_ethdev.h net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtio_logs.h net/virtio: implement dynamic logging 2018-01-16 18:47:49 +01:00
virtio_pci_ethdev.c net/virtio: fix secondary process crash with PCI devices 2021-02-04 18:19:36 +01:00
virtio_pci.c net/virtio: fix secondary process crash with PCI devices 2021-02-04 18:19:36 +01:00
virtio_pci.h net/virtio: fix secondary process crash with PCI devices 2021-02-04 18:19:36 +01:00
virtio_ring.h net/virtio: move features definition to generic header 2021-01-29 18:16:09 +01:00
virtio_rxtx_packed_avx.h net/virtio: refactor Tx offload helper 2021-05-04 10:22:17 +02:00
virtio_rxtx_packed_neon.h net/virtio: refactor Tx offload helper 2021-05-04 10:22:17 +02:00
virtio_rxtx_packed.c net/virtio: remove reference to virtqueue in vrings 2021-03-31 07:31:14 +02:00
virtio_rxtx_packed.h net/virtio: remove reference to virtqueue in vrings 2021-03-31 07:31:14 +02:00
virtio_rxtx_simple_altivec.c net/virtio: fix vectorized Rx queue rearm 2021-05-04 10:08:11 +02:00
virtio_rxtx_simple_neon.c net/virtio: fix vectorized Rx queue rearm 2021-05-04 10:08:11 +02:00
virtio_rxtx_simple_sse.c net/virtio: fix vectorized Rx queue rearm 2021-05-04 10:08:11 +02:00
virtio_rxtx_simple.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
virtio_rxtx_simple.h net/virtio: remove reference to virtqueue in vrings 2021-03-31 07:31:14 +02:00
virtio_rxtx.c net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtio_rxtx.h net/virtio: allocate fake mbuf in Rx queue 2021-03-31 07:31:41 +02:00
virtio_user_ethdev.c net/virtio: add MAC device config getter and setter 2021-06-23 09:55:45 +02:00
virtio.c net/virtio: make interrupt handling more generic 2021-01-29 18:16:09 +01:00
virtio.h net/virtio: fix Rx scatter offload 2021-07-21 07:56:13 +02:00
virtqueue.c net/virtio: remove last PCI refs in non-PCI code 2021-01-29 18:16:09 +01:00
virtqueue.h net/virtio: refactor Tx offload helper 2021-05-04 10:22:17 +02:00