From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <olivier.matz@6wind.com>
Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com
 [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id B3FE82C00
 for <dev@dpdk.org>; Thu, 31 Aug 2017 15:40:54 +0200 (CEST)
Received: from glumotte.dev.6wind.com (unknown [10.16.0.195])
 by proxy.6wind.com (Postfix) with ESMTP id B8F69C9BCB;
 Thu, 31 Aug 2017 15:37:32 +0200 (CEST)
From: Olivier Matz <olivier.matz@6wind.com>
To: dev@dpdk.org,
	yliu@fridaylinux.org,
	maxime.coquelin@redhat.com
Cc: stephen@networkplumber.org
Date: Thu, 31 Aug 2017 15:40:06 +0200
Message-Id: <20170831134015.1383-1-olivier.matz@6wind.com>
X-Mailer: git-send-email 2.11.0
Subject: [dpdk-dev] [PATCH 0/9] virtio fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Aug 2017 13:40:55 -0000

This patchset addresses several issues related to offload and
Rx/Tx handler selection in virtio PMD.

Olivier Matz (9):
  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: 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      | 116 ++++++++++++++++++++++++++------
 drivers/net/virtio/virtio_ethdev.h      |   6 ++
 drivers/net/virtio/virtio_pci.h         |   3 +-
 drivers/net/virtio/virtio_rxtx.c        |  71 +++++++++++--------
 drivers/net/virtio/virtio_rxtx_simple.c |   2 +
 drivers/net/virtio/virtio_user_ethdev.c |   3 +-
 7 files changed, 151 insertions(+), 51 deletions(-)

-- 
2.11.0