Re: [PATCH vhost v2 07/24] vdpa/mlx5: Initialize and reset device with one queue pair

2024-07-03 Thread Eugenio Perez Martin
On Wed, Jun 26, 2024 at 12:27 PM Dragos Tatulea wrote: > > The virtio spec says that a vdpa device should start off with one queue > pair. The driver is already compliant. > > This patch moves the initialization to device add and reset times. This > is done in preparation for the pre-creation of h

[PATCH vhost v2 07/24] vdpa/mlx5: Initialize and reset device with one queue pair

2024-06-26 Thread Dragos Tatulea
The virtio spec says that a vdpa device should start off with one queue pair. The driver is already compliant. This patch moves the initialization to device add and reset times. This is done in preparation for the pre-creation of hardware virtqueues at device add time. Signed-off-by: Dragos Tatul