DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/4] vhost: remove dequeue zero-copy support
@ 2020-09-28  9:17 Maxime Coquelin
  2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 1/4] net/vhost: " Maxime Coquelin
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Maxime Coquelin @ 2020-09-28  9:17 UTC (permalink / raw)
  To: dev, chenbo.xia, ian.stokes; +Cc: Maxime Coquelin

As announced in DPDK v20.08, this series removes 
dequeue zero-copy support to Vhost library.

Support for the feature is also being removed in OVS.

Changes in v2:
--------------
* Fix build issue due to unused symbol (Chenbo)
* Remove remaining zmbuf related struct definition (Chenbo)
* Fix typo in commit message (Chenbo)
* Remove helper string in Vhost PMD (Chenbo)

Maxime Coquelin (4):
  net/vhost: remove dequeue zero-copy support
  examples/vhost_crypto: use vhost async-copy flag
  examples/vhost: remove dequeue zero-copy support
  vhost: remove dequeue zero-copy support

 doc/guides/prog_guide/vhost_lib.rst |  52 +----
 drivers/net/vhost/rte_eth_vhost.c   |  14 --
 examples/vhost/main.c               |  18 +-
 examples/vhost_crypto/main.c        |   2 +-
 lib/librte_vhost/rte_vhost.h        |   2 +-
 lib/librte_vhost/socket.c           |  47 ----
 lib/librte_vhost/vhost.c            |  14 --
 lib/librte_vhost/vhost.h            |  28 ---
 lib/librte_vhost/vhost_user.c       |  80 +------
 lib/librte_vhost/virtio_net.c       | 326 +++-------------------------
 10 files changed, 35 insertions(+), 548 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-30 21:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  9:17 [dpdk-dev] [PATCH v2 0/4] vhost: remove dequeue zero-copy support Maxime Coquelin
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 1/4] net/vhost: " Maxime Coquelin
2020-09-28 11:07   ` Xia, Chenbo
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 2/4] examples/vhost_crypto: use vhost async-copy flag Maxime Coquelin
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 3/4] examples/vhost: remove dequeue zero-copy support Maxime Coquelin
2020-09-28  9:17 ` [dpdk-dev] [PATCH v2 4/4] vhost: " Maxime Coquelin
2020-09-28 11:14   ` Xia, Chenbo
2020-09-30 16:21 ` [dpdk-dev] [PATCH v2 0/4] " Maxime Coquelin
2020-09-30 20:56 ` Ferruh Yigit

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).