]> git.ipfire.org Git - thirdparty/iproute2.git/commit
devlink: implement command line args dry parsing
authorJiri Pirko <jiri@nvidia.com>
Wed, 6 Sep 2023 11:11:10 +0000 (13:11 +0200)
committerDavid Ahern <dsahern@kernel.org>
Mon, 11 Sep 2023 15:16:27 +0000 (09:16 -0600)
commit8eb894eda67d4cc0eedf0e014a4484661e896f8d
treeff05063a4ac1002e880131ef20f0fa5c912bed85
parent5d9f42124ccd9696d835e42527020ae9fece92e6
devlink: implement command line args dry parsing

In preparation to the follow-up dump selector patch, introduce function
dl_argv_dry_parse() which allows to do dry parsing of command line
arguments without printing out any error messages to the user.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
devlink/devlink.c