IB/mlx5: Remove dead code
mlx5_ib_dc_atomic_is_supported function is not used anywhere. Remove the
dead code.
Fixes: a60109dc9a
("IB/mlx5: Add support for extended atomic operations")
Link: https://lore.kernel.org/r/20191020064454.8551-1-leon@kernel.org
Signed-off-by: Ran Rozenstein <ranro@mellanox.com>
Reviewed-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
Родитель
a29e1012c1
Коммит
68abaa765e
|
@ -694,21 +694,6 @@ static void get_atomic_caps_qp(struct mlx5_ib_dev *dev,
|
|||
get_atomic_caps(dev, atomic_size_qp, props);
|
||||
}
|
||||
|
||||
static void get_atomic_caps_dc(struct mlx5_ib_dev *dev,
|
||||
struct ib_device_attr *props)
|
||||
{
|
||||
u8 atomic_size_qp = MLX5_CAP_ATOMIC(dev->mdev, atomic_size_dc);
|
||||
|
||||
get_atomic_caps(dev, atomic_size_qp, props);
|
||||
}
|
||||
|
||||
bool mlx5_ib_dc_atomic_is_supported(struct mlx5_ib_dev *dev)
|
||||
{
|
||||
struct ib_device_attr props = {};
|
||||
|
||||
get_atomic_caps_dc(dev, &props);
|
||||
return (props.atomic_cap == IB_ATOMIC_HCA) ? true : false;
|
||||
}
|
||||
static int mlx5_query_system_image_guid(struct ib_device *ibdev,
|
||||
__be64 *sys_image_guid)
|
||||
{
|
||||
|
|
|
@ -1241,7 +1241,6 @@ struct ib_rwq_ind_table *mlx5_ib_create_rwq_ind_table(struct ib_device *device,
|
|||
struct ib_rwq_ind_table_init_attr *init_attr,
|
||||
struct ib_udata *udata);
|
||||
int mlx5_ib_destroy_rwq_ind_table(struct ib_rwq_ind_table *wq_ind_table);
|
||||
bool mlx5_ib_dc_atomic_is_supported(struct mlx5_ib_dev *dev);
|
||||
struct ib_dm *mlx5_ib_alloc_dm(struct ib_device *ibdev,
|
||||
struct ib_ucontext *context,
|
||||
struct ib_dm_alloc_attr *attr,
|
||||
|
|
Загрузка…
Ссылка в новой задаче