]> git.dujemihanovic.xyz Git - linux.git/commit
vdpa/mlx5: Extract mr members in own resource struct
authorDragos Tatulea <dtatulea@nvidia.com>
Fri, 30 Aug 2024 10:58:35 +0000 (13:58 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Sep 2024 11:07:43 +0000 (07:07 -0400)
commit5fc85679076623a5c39ec09277144fb0bbf0c6ed
treed18d3b6288d62cc11f046f1bb4cdf552719e6989
parent0b916a9c45d92c69270f2b44a35468fe6e331c2f
vdpa/mlx5: Extract mr members in own resource struct

Group all mapping related resources into their own structure.

Upcoming patches will add more members in this new structure.

Signed-off-by: Dragos Tatulea <dtatulea@nvidia.com>
Reviewed-by: Cosmin Ratiu <cratiu@nvidia.com>
Acked-by: Eugenio PĂ©rez <eperezma@redhat.com>
Message-Id: <20240830105838.2666587-6-dtatulea@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/mlx5/core/mlx5_vdpa.h
drivers/vdpa/mlx5/core/mr.c
drivers/vdpa/mlx5/core/resources.c
drivers/vdpa/mlx5/net/mlx5_vnet.c