RDMA/mlx5: Fix flow counter query via DEVX
authorMark Bloch <mbloch@nvidia.com>
Thu, 13 Apr 2023 09:23:09 +0000 (12:23 +0300)
committerLeon Romanovsky <leon@kernel.org>
Tue, 18 Apr 2023 05:47:10 +0000 (08:47 +0300)
commit3e358ea8614ddfbc59ca7a3f5dff5dde2b350b2c
tree3ee5602ff9d31f57abe190718ab45d42749a8719
parentf605f26ea196a3b49bea249330cbd18dba61a33e
RDMA/mlx5: Fix flow counter query via DEVX

Commit cited in "fixes" tag added bulk support for flow counters but it
didn't account that's also possible to query a counter using a non-base id
if the counter was allocated as bulk.

When a user performs a query, validate the flow counter id given in the
mailbox is inside the valid range taking bulk value into account.

Fixes: 208d70f562e5 ("IB/mlx5: Support flow counters offset for bulk counters")
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Link: https://lore.kernel.org/r/79d7fbe291690128e44672418934256254d93115.1681377114.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/mlx5/devx.c
include/linux/mlx5/mlx5_ifc.h