OSDN Git Service

IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supported
authorMark Zhang <markz@mellanox.com>
Sun, 26 Jan 2020 17:17:08 +0000 (19:17 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 11 Feb 2020 18:23:01 +0000 (14:23 -0400)
commit10189e8e6fe8dcde13435f9354800429c4474fb1
tree0a0cf7e51a22ca3147591f3cf835b725bf6fc10c
parenta72f4ac1d778f7bde93dfee69bfc23377ec3d74f
IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supported

When binding a QP with a counter and the QP state is not RESET, return
failure if the rts2rts_qp_counters_set_id is not supported by the
device.

This is to prevent cases like manual bind for Connect-IB devices from
returning success when the feature is not supported.

Fixes: d14133dd4161 ("IB/mlx5: Support set qp counter")
Link: https://lore.kernel.org/r/20200126171708.5167-1-leon@kernel.org
Signed-off-by: Mark Zhang <markz@mellanox.com>
Reviewed-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/qp.c