All of lore.kernel.org
 help / color / mirror / Atom feed
From: Parav Pandit <parav@mellanox.com>
To: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org
Cc: parav@mellanox.com, jiri@mellanox.com, moshe@mellanox.com,
	vladyslavt@mellanox.com, saeedm@mellanox.com, leon@kernel.org
Subject: [PATCH] IB/mlx5: Fix missing debugfs entries
Date: Tue,  3 Mar 2020 08:08:31 -0600	[thread overview]
Message-ID: <20200303140834.7501-2-parav@mellanox.com> (raw)
In-Reply-To: <20200303140834.7501-1-parav@mellanox.com>

Cited commit missed to include congestion control related debugfs
stage initialization.
This resulted in missing debugfs entries for cc_params.

Add them back.

issue: 2084629
Fixes: b5ca15ad7e61 ("IB/mlx5: Add proper representors support")
Change-Id: I435f03f117d44107f032800442b0dc9e5a15fe06
Signed-off-by: Parav Pandit <parav@mellanox.com>
---
 drivers/infiniband/hw/mlx5/main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c
index e4bcfa81b70a..e54661d3b37c 100644
--- a/drivers/infiniband/hw/mlx5/main.c
+++ b/drivers/infiniband/hw/mlx5/main.c
@@ -7077,6 +7077,9 @@ const struct mlx5_ib_profile raw_eth_profile = {
 	STAGE_CREATE(MLX5_IB_STAGE_COUNTERS,
 		     mlx5_ib_stage_counters_init,
 		     mlx5_ib_stage_counters_cleanup),
+	STAGE_CREATE(MLX5_IB_STAGE_CONG_DEBUGFS,
+		     mlx5_ib_stage_cong_debugfs_init,
+		     mlx5_ib_stage_cong_debugfs_cleanup),
 	STAGE_CREATE(MLX5_IB_STAGE_UAR,
 		     mlx5_ib_stage_uar_init,
 		     mlx5_ib_stage_uar_cleanup),
-- 
2.19.2


  reply	other threads:[~2020-03-03 14:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03 14:08 [PATCH] IB/mlx5: Add np_min_time_between_cnps and rp_max_rate debug params Parav Pandit
2020-03-03 14:08 ` Parav Pandit [this message]
2020-03-03 14:10   ` [PATCH] IB/mlx5: Fix missing debugfs entries Parav Pandit
2020-03-03 14:08 ` [PATCH] net: sched: fix cleanup NULL pointer exception in act_mirr Parav Pandit
2020-03-03 14:11   ` Parav Pandit
2020-03-03 14:08 ` [PATCH] Revert "net/mlx5: Support lockless FTE read lookups" Parav Pandit
2020-03-03 14:12   ` Parav Pandit
2020-03-03 14:08 ` [PATCH] Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow" Parav Pandit
2020-03-03 14:12   ` Parav Pandit
2020-03-03 14:10 ` [PATCH] IB/mlx5: Add np_min_time_between_cnps and rp_max_rate debug params Parav Pandit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200303140834.7501-2-parav@mellanox.com \
    --to=parav@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=jiri@mellanox.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=moshe@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@mellanox.com \
    --cc=vladyslavt@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.