From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A2253376C for ; Tue, 18 Jul 2017 17:41:43 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 08:41:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="994343792" Received: from dpdk25.sh.intel.com ([10.67.111.96]) by orsmga003.jf.intel.com with ESMTP; 18 Jul 2017 08:41:41 -0700 From: Tiwei Bie To: dev@dpdk.org, jfreiman@redhat.com Date: Tue, 18 Jul 2017 23:40:15 +0800 Message-Id: <1500392421-76672-1-git-send-email-tiwei.bie@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [RFC 0/6] virtio1.1 prototype updates 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: Tue, 18 Jul 2017 15:41:44 -0000 This patchset depends on below patchset: http://dpdk.org/ml/archives/dev/2017-June/068315.html I'll also collect these public patches into my github repo: https://github.com/btw616/dpdk-virtio1.1 Best regards, Tiwei Bie Tiwei Bie (6): net/virtio: optimize the rx path vhost: optimize enqueue path net/virtio: optimize the tx path net/virtio: revert the changes in 18dc1b1ac vhost: minor refinement virtio1.1: introduce the DESC_WB flag drivers/net/virtio/virtio-1.1.h | 1 + drivers/net/virtio/virtio_ethdev.c | 5 +- drivers/net/virtio/virtio_ethdev.h | 2 + drivers/net/virtio/virtio_rxtx.c | 278 +++++++++++++++++++---------------- drivers/net/virtio/virtio_rxtx_1.1.c | 112 +++++++------- drivers/net/virtio/virtqueue.h | 2 + lib/librte_vhost/virtio-1.1.h | 1 + lib/librte_vhost/virtio_net.c | 221 ++++++++++++++-------------- 8 files changed, 336 insertions(+), 286 deletions(-) -- 2.7.4