]> www.infradead.org Git - linux.git/commit
vdpa/mlx5: Clarify meaning thorough function rename
authorDragos Tatulea <dtatulea@nvidia.com>
Wed, 26 Jun 2024 10:26:37 +0000 (13:26 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Jul 2024 12:42:42 +0000 (08:42 -0400)
commit1f5d6476f12152bfdfcc362b3413f58ab8be397c
tree1fbf46ee2cbf3e5f8fe40802a56837bf12d2c51a
parent106e4df1206b2c239ba13a9ec2fd1e9b754bd455
vdpa/mlx5: Clarify meaning thorough function rename

setup_driver()/teardown_driver() are a bit vague. These functions are
used for virtqueue resources.

Same for alloc_resources()/teardown_resources(): they represent fixed
resources that are meant to exist during the device lifetime.

Reviewed-by: Cosmin Ratiu <cratiu@nvidia.com>
Acked-by: Eugenio Pérez <eperezma@redhat.com>
Signed-off-by: Dragos Tatulea <dtatulea@nvidia.com>
Message-Id: <20240626-stage-vdpa-vq-precreate-v2-1-560c491078df@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/mlx5/net/mlx5_vnet.c