[dpdk-dev] [RFC 0/6] virtio1.1 prototype updates

Tiwei Bie tiwei.bie at intel.com
Tue Jul 18 17:40:15 CEST 2017


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



More information about the dev mailing list