This patchset addresses several issues related to offload and Rx/Tx handler selection in virtio PMD.
v1 -> v2: - add one patch to remove uneeded SSE check on x86 - remove Cc stable on last patches - inline virtio_update_rxtx_handler() in tx queue setup Olivier Matz (10): net/virtio: revert "do not claim to support LRO" net/virtio: revert "do not falsely claim to do IP checksum" doc: fix description of L4 Rx checksum offload net/virtio: fix log levels in configure net/virtio: fix mbuf port for simple Rx function net/virtio: fix queue setup consistency net/virtio: rationalize setting of Rx/Tx handlers net/virtio: remove SSE check net/virtio: keep Rx handler whatever the Tx queue config net/virtio: fix Rx handler when checksum is requested doc/guides/nics/features.rst | 1 + drivers/net/virtio/virtio_ethdev.c | 111 ++++++++++++++++++++++++++------ drivers/net/virtio/virtio_ethdev.h | 6 ++ drivers/net/virtio/virtio_pci.h | 3 +- drivers/net/virtio/virtio_rxtx.c | 73 ++++++++++----------- drivers/net/virtio/virtio_rxtx_simple.c | 2 + drivers/net/virtio/virtio_user_ethdev.c | 3 +- 7 files changed, 141 insertions(+), 58 deletions(-) -- 2.11.0