Re: [PATCH] vdpa: update used->flags in used ring relay

2024-09-19 Thread Maxime Coquelin
On 9/19/24 12:37, Maxime Coquelin wrote: On 7/17/24 05:24, BillXiang wrote: From: BillXiang The vDPA device will work incorrectly if flags such as VRING_USED_F_NO_NOTIFY are not updated correctly. Signed-off-by: BillXiang ---   lib/vhost/vdpa.c | 1 +   1 file changed, 1 insertion(+) di

Re: [PATCH] vdpa: update used->flags in used ring relay

2024-09-19 Thread Maxime Coquelin
On 7/17/24 05:24, BillXiang wrote: From: BillXiang The vDPA device will work incorrectly if flags such as VRING_USED_F_NO_NOTIFY are not updated correctly. Signed-off-by: BillXiang --- lib/vhost/vdpa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vhost/vdpa.c b/lib/vhost/vdpa

[PATCH] vdpa: update used->flags in used ring relay

2024-07-16 Thread BillXiang
From: BillXiang The vDPA device will work incorrectly if flags such as VRING_USED_F_NO_NOTIFY are not updated correctly. Signed-off-by: BillXiang --- lib/vhost/vdpa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vhost/vdpa.c b/lib/vhost/vdpa.c index a1dd5a753b..8abb073675 100644 ---