IB/mlx5: Fix missing congestion control debugfs on rep rdma device
authorParav Pandit <parav@mellanox.com>
Thu, 27 Feb 2020 12:54:07 +0000 (14:54 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 4 Mar 2020 18:20:14 +0000 (14:20 -0400)
commit79db784e794b6e7b7fb9b1dd464a34e4c0c039af
treef0105c448373413b1db0848b65a5de64ca2b7e82
parent9e3aaf6883b3b47d9f14579c1a03c911dd17cf10
IB/mlx5: Fix missing congestion control debugfs on rep rdma device

Cited commit missed to include low level congestion control related
debugfs stage initialization.  This resulted in missing debugfs entries
for cc_params of a RDMA device.

Add them back.

Fixes: b5ca15ad7e61 ("IB/mlx5: Add proper representors support")
Link: https://lore.kernel.org/r/20200227125407.99803-1-leon@kernel.org
Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/main.c