numam-dpdk/lib/librte_vhost
Maxime Coquelin cacf8267cc vhost: remove dequeue zero-copy support
Dequeue zero-copy removal was announced in DPDK v20.08.
This feature brings constraints which makes the maintenance
of the Vhost library difficult. Its limitations makes it also
difficult to use by the applications (Tx vring starvation).

Removing it makes it easier to add new features, and also remove
some code in the hot path, which should bring a performance
improvement for the standard path.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
2020-09-30 23:16:56 +02:00
..
fd_man.c vhost: fix race condition when adding fd in the fdset 2018-12-21 16:22:40 +01:00
fd_man.h vhost: fix race condition when adding fd in the fdset 2018-12-21 16:22:40 +01:00
iotlb.c vhost: fix IOTLB mempool single-consumer flag 2020-09-18 18:55:12 +02:00
iotlb.h vhost: replace IOTLB license with SPDX tag 2019-08-05 16:06:11 +02:00
meson.build vhost: introduce async enqueue registration API 2020-07-07 23:38:28 +02:00
rte_vdpa_dev.h vhost: promote vDPA API as stable 2020-09-30 23:16:55 +02:00
rte_vdpa.h vhost: promote vDPA API as stable 2020-09-30 23:16:55 +02:00
rte_vhost_async.h vhost: fix async callback return type 2020-07-30 00:41:23 +02:00
rte_vhost_crypto.h vhost/crypto: fix possible TOCTOU attack 2020-09-28 13:19:13 +02:00
rte_vhost_version.map vhost: promote vDPA API as stable 2020-09-30 23:16:55 +02:00
rte_vhost.h vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00
socket.c vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00
vdpa.c vhost: make some vDPA callbacks mandatory 2020-07-11 06:18:52 +02:00
vhost_crypto.c vhost/crypto: fix possible TOCTOU attack 2020-09-28 13:19:13 +02:00
vhost_user.c vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00
vhost_user.h vhost: support virtio status message 2020-07-11 06:18:52 +02:00
vhost.c vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00
vhost.h vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00
virtio_crypto.h vhost: add virtio crypto header file 2018-04-14 00:43:30 +02:00
virtio_net.c vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00