Re: [dpdk-dev] [PATCH] vhost: fix vhost interrupt support

2018-09-10 Thread Maxime Coquelin
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 --- lib/librte_vhost/Makefile | 1 + lib/li

Re: [dpdk-dev] [PATCH] vhost: fix vhost interrupt support

2018-09-10 Thread Maxime Coquelin
On 09/10/2018 09:36 AM, Tiwei Bie wrote: Hi Maxime, On Mon, Sep 10, 2018 at 09:22:00AM +0200, Maxime Coquelin wrote: Hi Tiwei, 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: 3f8ff128

Re: [dpdk-dev] [PATCH] vhost: fix vhost interrupt support

2018-09-10 Thread Tiwei Bie
Hi Maxime, On Mon, Sep 10, 2018 at 09:22:00AM +0200, Maxime Coquelin wrote: > Hi Tiwei, > > 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 inte

Re: [dpdk-dev] [PATCH] vhost: fix vhost interrupt support

2018-09-10 Thread Maxime Coquelin
Hi Tiwei, 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 --- lib/librte_vhost/Makefile | 1

[dpdk-dev] [PATCH] vhost: fix vhost interrupt support

2018-09-04 Thread Tiwei Bie
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 --- lib/librte_vhost/Makefile | 1 + lib/librte_vhost/vhost.c | 18 -- l