kernel_samsung_a53x/drivers/infiniband/hw/mlx5
Patrisious Haddad 7a3cf54663 IB/mlx5: Fix rdma counter binding for RAW QP
[ Upstream commit c1336bb4aa5e809a622a87d74311275514086596 ]

Previously when we had a RAW QP, we bound a counter to it when it moved
to INIT state, using the counter context inside RQC.

But when we try to modify that counter later in RTS state we used
modify QP which tries to change the counter inside QPC instead of RQC.

Now we correctly modify the counter set_id inside of RQC instead of QPC
for the RAW QP.

Fixes: d14133dd4161 ("IB/mlx5: Support set qp counter")
Signed-off-by: Patrisious Haddad <phaddad@nvidia.com>
Reviewed-by: Mark Zhang <markzhang@nvidia.com>
Link: https://lore.kernel.org/r/2e5ab6713784a8fe997d19c508187a0dfecf2dfc.1696847964.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 11:43:03 +01:00
..
ah.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cmd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cmd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cong.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
counters.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
counters.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
devx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
devx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
doorbell.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gsi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ib_rep.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ib_rep.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ib_virt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mad.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mem.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mlx5_ib.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
odp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qos.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qp.c IB/mlx5: Fix rdma counter binding for RAW QP 2024-11-18 11:43:03 +01:00
qp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qpc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
restrack.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
restrack.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
srq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
srq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
srq_cmd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
std_types.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00