Re: [PATCH net-next 00/11] mlxsw: extend line card model by devices and info
From: Jiri Pirko <jiri@resnulli.us>
Date: 2022-05-29 09:28:24
From: Jiri Pirko <jiri@resnulli.us>
Date: 2022-05-29 09:28:24
Sat, May 28, 2022 at 05:58:56PM CEST, dsahern@gmail.com wrote:
On 5/24/22 8:31 AM, Jiri Pirko wrote:quoted
$ devlink lc info pci/0000:01:00.0 lc 8 pci/0000:01:00.0:...quoted
$ devlink lc flash pci/0000:01:00.0 lc 8 file mellanox/fw-AGB-rel-19_2010_1312-022-EVB.mfa2A lot of your proposed syntax for devlink commands has 'lc' twice. If 'lc' is the subcommand, then you are managing a linecard making 'lc' before the '8' redundant. How about 'slot 8' or something along those lines?
Well, there is 1:1 match between cmd line options and output, as always. Object name is one thing, the option name is different. It is quite common to name them both the same. I'm not sure I understand why it would be an issue.