Re: [PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs

2023-12-25 Thread Dragos Tatulea
On Mon, 2023-12-25 at 09:41 -0500, Michael S. Tsirkin wrote: > On Tue, Dec 19, 2023 at 08:08:43PM +0200, Dragos Tatulea wrote: > > Add support for resumable vqs in the mlx5_vdpa driver. This is a > > firmware feature that can be used for the following benefits: > > - Full device .suspend/.resume.

Re: [PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs

2023-12-25 Thread Michael S. Tsirkin
On Tue, Dec 19, 2023 at 08:08:43PM +0200, Dragos Tatulea wrote: > Add support for resumable vqs in the mlx5_vdpa driver. This is a > firmware feature that can be used for the following benefits: > - Full device .suspend/.resume. > - .set_map doesn't need to destroy and create new vqs anymore just

[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs

2023-12-19 Thread Dragos Tatulea
Add support for resumable vqs in the mlx5_vdpa driver. This is a firmware feature that can be used for the following benefits: - Full device .suspend/.resume. - .set_map doesn't need to destroy and create new vqs anymore just to update the map. When resumable vqs are supported it is enough to