On Thu, Feb 27, 2020 at 02:52:46PM +0200, Leon Romanovsky wrote: > From: Parav Pandit <parav@xxxxxxxxxxxx> > > Add two debugfs parameters described below. > > np_min_time_between_cnps - Minimum time between sending CNPs from the > port. > Unit = microseconds. > Default = 0 (no min wait time; generated > based on incoming ECN marked packets). > > rp_max_rate - Maximum rate at which reaction point node can transmit. > Once this limit is reached, RP is no longer rate limited. > Unit = Mbits/sec > Default = 0 (full speed) > > Signed-off-by: Parav Pandit <parav@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/cong.c | 20 ++++++++++++++++++++ > drivers/infiniband/hw/mlx5/mlx5_ib.h | 2 ++ > 2 files changed, 22 insertions(+) Applied to for-next, thanks Jason