Re: [dpdk-dev] [PATCH v2] vhost: fix notification for packed ring

2018-10-16 Thread Maxime Coquelin
On 10/11/2018 04:22 PM, Tiwei Bie wrote: The notification can't be disabled in packed ring when application tries to disable notification, because the device event flags field is overwritten by an unexpected value. This patch fixes this issue. Fixes: b1cce26af1dc ("vhost: add notification for

Re: [dpdk-dev] [PATCH v2] vhost: fix notification for packed ring

2018-10-11 Thread Jason Wang
On 2018年10月11日 22:22, Tiwei Bie wrote: The notification can't be disabled in packed ring when application tries to disable notification, because the device event flags field is overwritten by an unexpected value. This patch fixes this issue. Fixes: b1cce26af1dc ("vhost: add notification for p

Re: [dpdk-dev] [PATCH v2] vhost: fix notification for packed ring

2018-10-11 Thread Maxime Coquelin
On 10/11/2018 04:22 PM, Tiwei Bie wrote: The notification can't be disabled in packed ring when application tries to disable notification, because the device event flags field is overwritten by an unexpected value. This patch fixes this issue. Fixes: b1cce26af1dc ("vhost: add notification for