Re: [PATCH] net/virtio-user: restore callfds index for Rx interrupts

2022-07-05 Thread Thomas Monjalon
04/07/2022 09:42, David Marchand: > On Mon, Jul 4, 2022 at 9:11 AM Yuan Wang wrote: > > > > The callfds[] array stores eventfds sequentially for Rx and Tx vq. > > > > Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Yuan Wang

Re: [PATCH] net/virtio-user: restore callfds index for Rx interrupts

2022-07-04 Thread Maxime Coquelin
On 7/4/22 09:04, Yuan Wang wrote: The callfds[] array stores eventfds sequentially for Rx and Tx vq. Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Cc: sta...@dpdk.org Signed-off-by: Yuan Wang --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 2 +- 1 file

Re: [PATCH] net/virtio-user: restore callfds index for Rx interrupts

2022-07-04 Thread David Marchand
On Mon, Jul 4, 2022 at 9:11 AM Yuan Wang wrote: > > The callfds[] array stores eventfds sequentially for Rx and Tx vq. > > Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") > Cc: sta...@dpdk.org > > Signed-off-by: Yuan Wang Good catch... This is what I had fixed in 848e9

[PATCH] net/virtio-user: restore callfds index for Rx interrupts

2022-07-04 Thread Yuan Wang
The callfds[] array stores eventfds sequentially for Rx and Tx vq. Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Cc: sta...@dpdk.org Signed-off-by: Yuan Wang --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d