OSDN Git Service

IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
authorParav Pandit <parav@mellanox.com>
Sun, 8 Jul 2018 10:40:30 +0000 (13:40 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 9 Jul 2018 19:30:25 +0000 (13:30 -0600)
commit921c0f5ba58e4064deb18b4985a202508fc5527f
tree14ab6433139e7de30e0bee7f969f09f3f20859a4
parente3f1ed1f5ade66620ea727bdbd5a5e0091108a92
IB/mlx5: Honor cnt_set_id_valid flag instead of set_id

It is incorrect to depend on set_id value to know if counters were
allocated or not. set_id_valid field is set to true when counters
were allocated. Therefore, use set_id_valid while deciding to
free counters.

Cc: <stable@vger.kernel.org> # 4.15
Fixes: aac4492ef23a ("IB/mlx5: Update counter implementation for dual port RoCE")
Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/main.c