numam-dpdk/lib/librte_vhost
Yuanhan Liu fcdbe1fe1a vhost: use last available index for ring reservation
shadow_used_ring will be introduced later. Since then last avail
idx will not be updated together with last used idx.

So, here we use last_avail_idx for avail ring reservation.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Zhihong Wang <zhihong.wang@intel.com>
Reviewed-by: Jianbo Liu <jianbo.liu@linaro.org>
Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2016-10-26 13:39:09 +02:00
..
fd_man.c vhost: remove sub-directory 2016-09-13 05:25:08 +02:00
fd_man.h vhost: remove sub-directory 2016-09-13 05:25:08 +02:00
Makefile vhost: refactor code structure 2016-09-13 05:25:08 +02:00
rte_vhost_version.map
rte_virtio_net.h vhost: add a flag to enable dequeue zero copy 2016-10-13 10:29:20 +02:00
socket.c vhost: add a flag to enable dequeue zero copy 2016-10-13 10:29:20 +02:00
vhost_user.c vhost: add dequeue zero copy 2016-10-12 09:45:14 +02:00
vhost_user.h vhost: refactor code structure 2016-09-13 05:25:08 +02:00
vhost.c vhost: add a flag to enable dequeue zero copy 2016-10-13 10:29:20 +02:00
vhost.h vhost: remove useless volatile 2016-10-26 13:39:09 +02:00
virtio_net.c vhost: use last available index for ring reservation 2016-10-26 13:39:09 +02:00