Re: [PATCH] ethtool: added list command to list all available commands

2023-07-03 Thread Stephen Hemminger
On Mon, 21 Mar 2022 19:25:47 +0500 "huzaifa.rahman" wrote: > From: Huzaifa696 > > help command is needed so user can see all the available commands directly > from the command line along with the formats. > > Signed-off-by: Huzaifa696 Developer Certificate of Origin is intended to a legal as

[PATCH] ethtool: added list command to list all available commands

2022-03-22 Thread Huzaifa696
help command is needed so user can see all the available commands directly from the command line along with the formats. Signed-off-by: Huzaifa696 --- doc/guides/sample_app_ug/ethtool.rst | 1 + examples/ethtool/ethtool-app/ethapp.c | 38 +++ 2 files changed, 39 inserti

[PATCH] ethtool: added list command to list all available commands

2022-03-21 Thread huzaifa.rahman
From: Huzaifa696 help command is needed so user can see all the available commands directly from the command line along with the formats. Signed-off-by: Huzaifa696 --- doc/guides/sample_app_ug/ethtool.rst | 1 + examples/ethtool/ethtool-app/ethapp.c | 38 +++ 2 files