]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vdpa/mlx5: function prototype modifications in preparation to control VQ
authorEli Cohen <elic@nvidia.com>
Mon, 23 Aug 2021 05:21:19 +0000 (08:21 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 24 Aug 2021 00:11:26 +0000 (20:11 -0400)
commit0026a43a17d82c42000d5e0d277ecb7a6c906df8
treedf82c1c21b0374899edc85607cbf91be4368fd62
parentd6e2409fe43a3a9c8a750f620558994be7441fca
vdpa/mlx5: function prototype modifications in preparation to control VQ

Use struct mlx5_vdpa_dev as an argument to setup_driver() and a few
others in preparation to control virtqueue support in a subsequent
patch. The control virtqueue is part of struct mlx5_vdpa_dev so this is
required.

Signed-off-by: Eli Cohen <elic@nvidia.com>
Link: https://lore.kernel.org/r/20210823052123.14909-3-elic@nvidia.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/mlx5/net/mlx5_vnet.c