From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: [PATCH v2 00/10] virtio fixes Date: Thu, 7 Sep 2017 14:13:37 +0200 Message-ID: <20170907121347.16208-1-olivier.matz@6wind.com> References: <20170831134015.1383-1-olivier.matz@6wind.com> Cc: stephen@networkplumber.org To: dev@dpdk.org, yliu@fridaylinux.org, maxime.coquelin@redhat.com Return-path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 2245F199A9 for ; Thu, 7 Sep 2017 14:13:59 +0200 (CEST) In-Reply-To: <20170831134015.1383-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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