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