From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [RFC 0/6] virtio1.1 prototype updates Date: Tue, 18 Jul 2017 23:40:15 +0800 Message-ID: <1500392421-76672-1-git-send-email-tiwei.bie@intel.com> To: dev@dpdk.org, jfreiman@redhat.com 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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