From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id D5930CD5C0; Thu, 7 Sep 2017 14:10:16 +0200 (CEST) From: Olivier Matz To: dev@dpdk.org, yliu@fridaylinux.org, maxime.coquelin@redhat.com Cc: stephen@networkplumber.org Date: Thu, 7 Sep 2017 14:13:37 +0200 Message-Id: <20170907121347.16208-1-olivier.matz@6wind.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170831134015.1383-1-olivier.matz@6wind.com> References: <20170831134015.1383-1-olivier.matz@6wind.com> Subject: [dpdk-dev] [PATCH v2 00/10] virtio fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 12:13:59 -0000 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