projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dde18c
)
vdpa/mlx5: Remove unused function declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Thu, 3 Aug 2023 14:30:41 +0000
(22:30 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 3 Sep 2023 22:10:22 +0000
(18:10 -0400)
Commit
29064bfdabd5
("vdpa/mlx5: Add support library for mlx5 VDPA implementation")
declared but never implemented these.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Message-Id: <
20230803143041
.23388-1-yuehaibing@huawei.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/mlx5/core/mlx5_vdpa.h
patch
|
blob
|
history
diff --git
a/drivers/vdpa/mlx5/core/mlx5_vdpa.h
b/drivers/vdpa/mlx5/core/mlx5_vdpa.h
index b53420e874acb331d4a9f9bc2bcb2bfb60312fd2..ca56242972b3af646b6808b33d7f7c4947c45b6c 100644
(file)
--- a/
drivers/vdpa/mlx5/core/mlx5_vdpa.h
+++ b/
drivers/vdpa/mlx5/core/mlx5_vdpa.h
@@
-100,9
+100,6
@@
struct mlx5_vdpa_dev {
bool suspended;
};
-int mlx5_vdpa_alloc_pd(struct mlx5_vdpa_dev *dev, u32 *pdn, u16 uid);
-int mlx5_vdpa_dealloc_pd(struct mlx5_vdpa_dev *dev, u32 pdn, u16 uid);
-int mlx5_vdpa_get_null_mkey(struct mlx5_vdpa_dev *dev, u32 *null_mkey);
int mlx5_vdpa_create_tis(struct mlx5_vdpa_dev *mvdev, void *in, u32 *tisn);
void mlx5_vdpa_destroy_tis(struct mlx5_vdpa_dev *mvdev, u32 tisn);
int mlx5_vdpa_create_rqt(struct mlx5_vdpa_dev *mvdev, void *in, int inlen, u32 *rqtn);