> From: Eli Cohen <[email protected]>
> Sent: Thursday, December 30, 2021 7:50 PM
> 
> Remove overriding of virtio_version_1_0 which forced the virtqueue object to
> version 1.
> 
> Fixes: 1a86b377aa21 ("vdpa/mlx5: Add VDPA driver for supported mlx5
> devices")
> Signed-off-by: Eli Cohen <[email protected]>
> ---
>  drivers/vdpa/mlx5/net/mlx5_vnet.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/vdpa/mlx5/net/mlx5_vnet.c
> b/drivers/vdpa/mlx5/net/mlx5_vnet.c
> index 1eb473cb9d4d..e946a36bf7ee 100644
> --- a/drivers/vdpa/mlx5/net/mlx5_vnet.c
> +++ b/drivers/vdpa/mlx5/net/mlx5_vnet.c
> @@ -871,8 +871,6 @@ static int create_virtqueue(struct mlx5_vdpa_net
> *ndev, struct mlx5_vdpa_virtque
>       MLX5_SET(virtio_q, vq_ctx, umem_3_id, mvq->umem3.id);
>       MLX5_SET(virtio_q, vq_ctx, umem_3_size, mvq->umem3.size);
>       MLX5_SET(virtio_q, vq_ctx, pd, ndev->mvdev.res.pdn);
> -     if (MLX5_CAP_DEV_VDPA_EMULATION(ndev->mvdev.mdev,
> eth_frame_offload_type))
> -             MLX5_SET(virtio_q, vq_ctx, virtio_version_1_0, 1);
> 
>       err = mlx5_cmd_exec(ndev->mvdev.mdev, in, inlen, out, sizeof(out));
>       if (err)
> --
> 2.34.1

Reviewed-by: Parav Pandit <[email protected]>
_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Reply via email to