Re: [PATCH vhost 4/7] vdpa/mlx5: Use async API for vq modify commands

2024-08-07 Thread Eugenio Perez Martin
On Fri, Aug 2, 2024 at 9:24 AM Dragos Tatulea wrote: > > Switch firmware vq modify command to be issued via the async API to > allow future parallelization. The new refactored function applies the > modify on a range of vqs and waits for their execution to complete. > > For now the command is stil

[PATCH vhost 4/7] vdpa/mlx5: Use async API for vq modify commands

2024-08-02 Thread Dragos Tatulea
Switch firmware vq modify command to be issued via the async API to allow future parallelization. The new refactored function applies the modify on a range of vqs and waits for their execution to complete. For now the command is still used in a serial fashion. A later patch will switch to modifyin