* [PATCH iproute2-rc] rdma: Fix help information of 'rdma resource'
@ 2024-10-16 9:35 Junxian Huang
2024-10-17 19:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Junxian Huang @ 2024-10-16 9:35 UTC (permalink / raw)
To: larrystevenwise, leon, dsahern, stephen
Cc: netdev, linux-rdma, linuxarm, linux-kernel, huangjunxian6
From: wenglianfa <wenglianfa@huawei.com>
'rdma resource show cq' supports object 'dev' but not 'link', and
doesn't support device name with port.
Fixes: b0b8e32cbf6e ("rdma: Add CQ resource tracking information")
Signed-off-by: wenglianfa <wenglianfa@huawei.com>
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
---
rdma/res.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rdma/res.c b/rdma/res.c
index c311513a..7e7de042 100644
--- a/rdma/res.c
+++ b/rdma/res.c
@@ -16,8 +16,8 @@ static int res_help(struct rd *rd)
pr_out(" resource show qp link [DEV/PORT] [FILTER-NAME FILTER-VALUE]\n");
pr_out(" resource show cm_id link [DEV/PORT]\n");
pr_out(" resource show cm_id link [DEV/PORT] [FILTER-NAME FILTER-VALUE]\n");
- pr_out(" resource show cq link [DEV/PORT]\n");
- pr_out(" resource show cq link [DEV/PORT] [FILTER-NAME FILTER-VALUE]\n");
+ pr_out(" resource show cq dev [DEV]\n");
+ pr_out(" resource show cq dev [DEV] [FILTER-NAME FILTER-VALUE]\n");
pr_out(" resource show pd dev [DEV]\n");
pr_out(" resource show pd dev [DEV] [FILTER-NAME FILTER-VALUE]\n");
pr_out(" resource show mr dev [DEV]\n");
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2-rc] rdma: Fix help information of 'rdma resource'
2024-10-16 9:35 [PATCH iproute2-rc] rdma: Fix help information of 'rdma resource' Junxian Huang
@ 2024-10-17 19:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-17 19:20 UTC (permalink / raw)
To: Junxian Huang
Cc: larrystevenwise, leon, dsahern, stephen, netdev, linux-rdma,
linuxarm, linux-kernel
Hello:
This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:
On Wed, 16 Oct 2024 17:35:26 +0800 you wrote:
> From: wenglianfa <wenglianfa@huawei.com>
>
> 'rdma resource show cq' supports object 'dev' but not 'link', and
> doesn't support device name with port.
>
> Fixes: b0b8e32cbf6e ("rdma: Add CQ resource tracking information")
> Signed-off-by: wenglianfa <wenglianfa@huawei.com>
> Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
>
> [...]
Here is the summary with links:
- [iproute2-rc] rdma: Fix help information of 'rdma resource'
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=bea332466d29
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-17 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 9:35 [PATCH iproute2-rc] rdma: Fix help information of 'rdma resource' Junxian Huang
2024-10-17 19:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox