Re: [PATCH v3 3/4] vhost: fix invalid call FD handling

2023-05-31 Thread Maxime Coquelin
On 5/31/23 08:12, Xia, Chenbo wrote: -Original Message- From: Maxime Coquelin Sent: Tuesday, May 30, 2023 8:54 PM To: Eelco Chaudron ; Xia, Chenbo ; david.march...@redhat.com Cc: dev@dpdk.org Subject: Re: [PATCH v3 3/4] vhost: fix invalid call FD handling On 5/17/23 11:09, Eelco

RE: [PATCH v3 3/4] vhost: fix invalid call FD handling

2023-05-30 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, May 30, 2023 8:54 PM > To: Eelco Chaudron ; Xia, Chenbo > ; david.march...@redhat.com > Cc: dev@dpdk.org > Subject: Re: [PATCH v3 3/4] vhost: fix invalid call FD handling > > > > On 5/

Re: [PATCH v3 3/4] vhost: fix invalid call FD handling

2023-05-30 Thread Maxime Coquelin
On 5/17/23 11:09, Eelco Chaudron wrote: This patch fixes cases where IRQ injection is tried while the call FD is not valid, which should not happen. Fixes: b1cce26af1dc ("vhost: add notification for packed ring") Fixes: e37ff954405a ("vhost: support virtqueue interrupt/notification suppressi

[PATCH v3 3/4] vhost: fix invalid call FD handling

2023-05-17 Thread Eelco Chaudron
This patch fixes cases where IRQ injection is tried while the call FD is not valid, which should not happen. Fixes: b1cce26af1dc ("vhost: add notification for packed ring") Fixes: e37ff954405a ("vhost: support virtqueue interrupt/notification suppression") Signed-off-by: Maxime Coquelin Signed-