From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 00/10] virtio fixes Date: Tue, 12 Sep 2017 10:31:39 +0800 Message-ID: <20170912023138.GB2050@yliu-home> References: <20170831134015.1383-1-olivier.matz@6wind.com> <20170907121347.16208-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, maxime.coquelin@redhat.com, stephen@networkplumber.org To: Olivier Matz Return-path: Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by dpdk.org (Postfix) with ESMTP id 560F01B53 for ; Tue, 12 Sep 2017 04:31:47 +0200 (CEST) Received: by mail-pf0-f174.google.com with SMTP id q76so3091792pfq.2 for ; Mon, 11 Sep 2017 19:31:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170907121347.16208-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" 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