[0/2] net/virtio: vhost-vdpa fixes

Message ID 20240312104849.667036-1-maxime.coquelin@redhat.com (mailing list archive)
Headers
Series net/virtio: vhost-vdpa fixes |

Message

Maxime Coquelin March 12, 2024, 10:48 a.m. UTC
  While investigating vhost-vdpa intialization issue with mlx5
vDPA, we found two issues fixed by following patches.

Note we still see issue with the control queue, the virtio_user
driver gets stuck while waiting for a control queue message reply.
This is being investigated, but I wonder whether it is reproduced
on Marvell vDPA device?

Maxime Coquelin (2):
  net/virtio: fix vDPA device init advertising control queue
  net/virtio: fix notification area initialization

 drivers/net/virtio/virtio_user/virtio_user_dev.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)