net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()
authorMaher Sanalla <msanalla@nvidia.com>
Thu, 22 Jun 2023 15:52:44 +0000 (18:52 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Mon, 7 Aug 2023 17:53:51 +0000 (10:53 -0700)
To accurately represent its purpose, rename the function that retrieves
the value of maximum vectors from mlx5_comp_vectors_count() to
mlx5_comp_vectors_max().

Signed-off-by: Maher Sanalla <msanalla@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/infiniband/hw/mlx5/main.c
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/eq.c
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c
drivers/vfio/pci/mlx5/cmd.c
include/linux/mlx5/driver.h

index f0b394ed7452a652461c42c99ef47f0e2d540a37..3c25b9045f9d5bb682a5b48fb8bbce8b5d0dd0aa 100644 (file)
@@ -3685,7 +3685,7 @@ static int mlx5_ib_stage_init_init(struct mlx5_ib_dev *dev)
        if (mlx5_use_mad_ifc(dev))
                get_ext_port_caps(dev);
 
-       dev->ib_dev.num_comp_vectors    = mlx5_comp_vectors_count(mdev);
+       dev->ib_dev.num_comp_vectors    = mlx5_comp_vectors_max(mdev);
 
        mutex_init(&dev->cap_mask_mutex);
        INIT_LIST_HEAD(&dev->qp_list);
index 0f8f70b914855491db4bbc86ec01a35191e88a00..c1deb04ba7e82549db2853c339aa50c34e253553 100644 (file)
@@ -193,7 +193,7 @@ static inline int mlx5e_get_max_num_channels(struct mlx5_core_dev *mdev)
 {
        return is_kdump_kernel() ?
                MLX5E_MIN_NUM_CHANNELS :
-               min_t(int, mlx5_comp_vectors_count(mdev), MLX5E_MAX_NUM_CHANNELS);
+               min_t(int, mlx5_comp_vectors_max(mdev), MLX5E_MAX_NUM_CHANNELS);
 }
 
 /* The maximum WQE size can be retrieved by max_wqe_sz_sq in
index 9ec7b975c5492bad65bf6648ae925b5b8daee8eb..5710d755c2c46594b84ed361d3b0cb6e58fb8759 100644 (file)
@@ -2856,7 +2856,7 @@ static void mlx5e_set_default_xps_cpumasks(struct mlx5e_priv *priv,
        struct mlx5_core_dev *mdev = priv->mdev;
        int num_comp_vectors, ix, irq;
 
-       num_comp_vectors = mlx5_comp_vectors_count(mdev);
+       num_comp_vectors = mlx5_comp_vectors_max(mdev);
 
        for (ix = 0; ix < params->num_channels; ix++) {
                cpumask_clear(priv->scratchpad.cpumask);
index 2f5c0d00285f8c43ef666c96062ae5489c67c7e8..6272962ea077fc9bf135f006cdcbdc7b6af5aa22 100644 (file)
@@ -1052,11 +1052,11 @@ int mlx5_vector2irqn(struct mlx5_core_dev *dev, int vector, unsigned int *irqn)
        return vector2eqnirqn(dev, vector, NULL, irqn);
 }
 
-unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev)
+unsigned int mlx5_comp_vectors_max(struct mlx5_core_dev *dev)
 {
        return dev->priv.eq_table->max_comp_eqs;
 }
-EXPORT_SYMBOL(mlx5_comp_vectors_count);
+EXPORT_SYMBOL(mlx5_comp_vectors_max);
 
 static struct cpumask *
 mlx5_comp_irq_get_affinity_mask(struct mlx5_core_dev *dev, int vector)
index 4a5ae86e2b6232834c37e9bcbd25e9f1934c8e5b..24bb30b5008c92840f65ec7d3c68fdf3fc4fe2ed 100644 (file)
@@ -1096,7 +1096,7 @@ static struct mlx5dr_cq *dr_create_cq(struct mlx5_core_dev *mdev,
        if (!in)
                goto err_cqwq;
 
-       vector = raw_smp_processor_id() % mlx5_comp_vectors_count(mdev);
+       vector = raw_smp_processor_id() % mlx5_comp_vectors_max(mdev);
        err = mlx5_vector2eqn(mdev, vector, &eqn);
        if (err) {
                kvfree(in);
index deed156e61656597415db1abcc68ca3078435b04..eee20f04a46970f0635a94fcb6baf4a4bc15d102 100644 (file)
@@ -1025,7 +1025,7 @@ static int mlx5vf_create_cq(struct mlx5_core_dev *mdev,
                goto err_buff;
        }
 
-       vector = raw_smp_processor_id() % mlx5_comp_vectors_count(mdev);
+       vector = raw_smp_processor_id() % mlx5_comp_vectors_max(mdev);
        err = mlx5_vector2eqn(mdev, vector, &eqn);
        if (err)
                goto err_vec;
index e686722fa4ca477ce3be5607f46eab34e238dce0..43c4fd26c69ad210c53bcc678dbb1fe39efa2afd 100644 (file)
@@ -1108,7 +1108,7 @@ int mlx5_alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg,
                     bool map_wc, bool fast_path);
 void mlx5_free_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg);
 
-unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev);
+unsigned int mlx5_comp_vectors_max(struct mlx5_core_dev *dev);
 int mlx5_comp_vector_get_cpu(struct mlx5_core_dev *dev, int vector);
 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev);
 int mlx5_core_roce_gid_set(struct mlx5_core_dev *dev, unsigned int index,