Re: [PATCH vhost v2 04/10] vdpa/mlx5: Use async API for vq query command

2024-08-28 Thread Eugenio Perez Martin
On Fri, Aug 16, 2024 at 11:02 AM Dragos Tatulea wrote: > > Switch firmware vq query command to be issued via the async API to > allow future parallelization. > > For now the command is still serial but the infrastructure is there > to issue commands in parallel, including ratelimiting the number >

[PATCH vhost v2 04/10] vdpa/mlx5: Use async API for vq query command

2024-08-16 Thread Dragos Tatulea
Switch firmware vq query command to be issued via the async API to allow future parallelization. For now the command is still serial but the infrastructure is there to issue commands in parallel, including ratelimiting the number of issued async commands to firmware. A later patch will switch to