On 09/05/2018 01:55 AM, Tiwei Bie wrote:
When VIRTIO_RING_F_EVENT_IDX is negotiated, we need to update the avail event to enable the notification. Fixes: 3f8ff12821e4 ("vhost: support interrupt mode") Cc:sta...@dpdk.org Signed-off-by: Tiwei Bie<tiwei....@intel.com> --- lib/librte_vhost/Makefile | 1 + lib/librte_vhost/vhost.c | 18 ++++++++++++------ lib/librte_vhost/vhost.h | 2 ++ 3 files changed, 15 insertions(+), 6 deletions(-)
Applied to dpdk-next-virtio/master. Thanks! Maxime