Better with title fixed. Sorry, Maxime
On 9/15/20 3:35 PM, Maxime Coquelin wrote: > 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. > > 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 | 13 -- > 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 | 7 - > lib/librte_vhost/vhost_user.c | 79 +------ > lib/librte_vhost/virtio_net.c | 326 +++------------------------- > 10 files changed, 35 insertions(+), 525 deletions(-) >