From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [PATCH 00/10] net/virtio: cleanups and fixes for packed/split ring Date: Tue, 19 Mar 2019 14:43:02 +0800 Message-ID: <20190319064312.13743-1-tiwei.bie@intel.com> To: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B9BE4239 for ; Tue, 19 Mar 2019 07:43:35 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Tiwei Bie (10): net/virtio: fix typo in packed ring init net/virtio: fix interrupt helper for packed ring net/virtio: add missing barrier in interrupt enable net/virtio: optimize flags update for packed ring net/virtio: refactor virtqueue structure net/virtio: drop redundant suffix in packed ring structure net/virtio: drop unused field in Tx region structure net/virtio: add interrupt helper for split ring net/virtio: add ctrl vq helper for split ring net/virtio: improve batching in standard Rx path drivers/net/virtio/virtio_ethdev.c | 172 +++++++++--------- drivers/net/virtio/virtio_ring.h | 15 +- drivers/net/virtio/virtio_rxtx.c | 139 +++++++------- drivers/net/virtio/virtio_rxtx_simple.h | 2 +- drivers/net/virtio/virtio_rxtx_simple_neon.c | 2 +- drivers/net/virtio/virtio_rxtx_simple_sse.c | 2 +- .../net/virtio/virtio_user/virtio_user_dev.c | 22 +-- drivers/net/virtio/virtio_user_ethdev.c | 11 +- drivers/net/virtio/virtqueue.c | 6 +- drivers/net/virtio/virtqueue.h | 100 +++++----- 10 files changed, 241 insertions(+), 230 deletions(-) -- 2.17.1