]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/counter: Prevent QP counter binding if counters unsupported
authorMark Zhang <markz@mellanox.com>
Wed, 7 Aug 2019 10:18:19 +0000 (13:18 +0300)
committerDoug Ledford <dledford@redhat.com>
Wed, 7 Aug 2019 20:09:23 +0000 (16:09 -0400)
commitd97de8887a12c598abc4d2e4e57a54c1f030e112
tree72ab0466600d3e6b076b9e2366f55f903dbf8f62
parentf591822c3cf314442819486f45ff7dc1f690e0c0
RDMA/counter: Prevent QP counter binding if counters unsupported

In case of rdma_counter_init() fails, counter allocation and QP bind
should not be allowed.

Fixes: 413d3347503b ("RDMA/counter: Add set/clear per-port auto mode support")
Fixes: 1bd8e0a9d0fd ("RDMA/counter: Allow manual mode configuration support")
Signed-off-by: Mark Zhang <markz@mellanox.com>
Reviewed-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Link: https://lore.kernel.org/r/20190807101819.7581-1-leon@kernel.org
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/counters.c