netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch iproute2-next] devlink: spell out STATE in devlink port function help
@ 2023-08-14  7:29 Jiri Pirko
  2023-08-19 16:22 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Pirko @ 2023-08-14  7:29 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

From: Jiri Pirko <jiri@nvidia.com>

Be in-sync with port help and port man page and spell out the possible
states instead of "STATE".

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
---
 devlink/devlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devlink/devlink.c b/devlink/devlink.c
index 3cb102736b19..1a522111385b 100644
--- a/devlink/devlink.c
+++ b/devlink/devlink.c
@@ -4962,7 +4962,7 @@ static int cmd_port_param_show(struct dl *dl)
 
 static void cmd_port_function_help(void)
 {
-	pr_err("Usage: devlink port function set DEV/PORT_INDEX [ hw_addr ADDR ] [ state STATE ]\n");
+	pr_err("Usage: devlink port function set DEV/PORT_INDEX [ hw_addr ADDR ] [ state { active | inactive } ]\n");
 	pr_err("                      [ roce { enable | disable } ] [ migratable { enable | disable } ]\n");
 	pr_err("       devlink port function rate { help | show | add | del | set }\n");
 }
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch iproute2-next] devlink: spell out STATE in devlink port function help
  2023-08-14  7:29 [patch iproute2-next] devlink: spell out STATE in devlink port function help Jiri Pirko
@ 2023-08-19 16:22 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-19 16:22 UTC (permalink / raw)
  To: Jiri Pirko; +Cc: netdev, stephen, dsahern

Hello:

This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Mon, 14 Aug 2023 09:29:01 +0200 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> Be in-sync with port help and port man page and spell out the possible
> states instead of "STATE".
> 
> Signed-off-by: Jiri Pirko <jiri@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [iproute2-next] devlink: spell out STATE in devlink port function help
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=872148f54e35

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:[~2023-08-19 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14  7:29 [patch iproute2-next] devlink: spell out STATE in devlink port function help Jiri Pirko
2023-08-19 16:22 ` 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;
as well as URLs for NNTP newsgroup(s).