Re: [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device

2024-06-26 Thread Dragos Tatulea
On Sun, 2024-06-23 at 19:19 +0800, Zhu Yanjun wrote: > 在 2024/6/17 23:07, Dragos Tatulea 写道: > > Start using the suspend/resume_vq() error return codes previously added. > > > > Signed-off-by: Dragos Tatulea > > Reviewed-by: Cosmin Ratiu > > --- > > drivers/vdpa/mlx5/net/mlx5_vnet.c | 12 +

Re: [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device

2024-06-23 Thread Zhu Yanjun
在 2024/6/17 23:07, Dragos Tatulea 写道: Start using the suspend/resume_vq() error return codes previously added. Signed-off-by: Dragos Tatulea Reviewed-by: Cosmin Ratiu --- drivers/vdpa/mlx5/net/mlx5_vnet.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drive

[PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device

2024-06-17 Thread Dragos Tatulea
Start using the suspend/resume_vq() error return codes previously added. Signed-off-by: Dragos Tatulea Reviewed-by: Cosmin Ratiu --- drivers/vdpa/mlx5/net/mlx5_vnet.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c b/drivers/vd