DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC 0/6] virtio1.1 prototype updates
@ 2017-07-18 15:40 Tiwei Bie
  2017-07-18 15:40 ` [dpdk-dev] [RFC 1/6] net/virtio: optimize the rx path Tiwei Bie
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tiwei Bie @ 2017-07-18 15:40 UTC (permalink / raw)
  To: dev, jfreiman

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-18 15:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18 15:40 [dpdk-dev] [RFC 0/6] virtio1.1 prototype updates Tiwei Bie
2017-07-18 15:40 ` [dpdk-dev] [RFC 1/6] net/virtio: optimize the rx path Tiwei Bie
2017-07-18 15:40 ` [dpdk-dev] [RFC 2/6] vhost: optimize enqueue path Tiwei Bie
2017-07-18 15:40 ` [dpdk-dev] [RFC 3/6] net/virtio: optimize the tx path Tiwei Bie
2017-07-18 15:40 ` [dpdk-dev] [RFC 4/6] net/virtio: revert the changes in 18dc1b1ac Tiwei Bie
2017-07-18 15:40 ` [dpdk-dev] [RFC 5/6] vhost: minor refinement Tiwei Bie
2017-07-18 15:40 ` [dpdk-dev] [RFC 6/6] virtio1.1: introduce the DESC_WB flag Tiwei Bie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).