vdpa/mlx5: Update Control VQ callback information
authorEli Cohen <elic@nvidia.com>
Mon, 13 Jun 2022 07:59:57 +0000 (10:59 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 24 Jun 2022 06:49:47 +0000 (02:49 -0400)
commit40f2f3e94178d45e4ee6078effba2dfc76f6f5ba
tree6e47cee2ec2719615d05ba8f9f28b879bf1036d1
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e
vdpa/mlx5: Update Control VQ callback information

The control VQ specific information is stored in the dedicated struct
mlx5_control_vq. When the callback is updated through
mlx5_vdpa_set_vq_cb(), make sure to update the control VQ struct.

Fixes: 5262912ef3cf ("vdpa/mlx5: Add support for control VQ and MAC setting")
Signed-off-by: Eli Cohen <elic@nvidia.com>
Message-Id: <20220613075958.511064-1-elic@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com)
drivers/vdpa/mlx5/net/mlx5_vnet.c