[dpdk-dev] [PATCH v2 00/10] virtio fixes

Yuanhan Liu yliu at fridaylinux.org
Tue Sep 12 04:31:39 CEST 2017


On Thu, Sep 07, 2017 at 02:13:37PM +0200, Olivier Matz wrote:
> This patchset addresses several issues related to offload and
> Rx/Tx handler selection in virtio PMD.

Thanks a lot for working on it. Seires applied to dpdk-next-virtio.

	--yliu
> 
> 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


More information about the dev mailing list