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

2022-07-26 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Mon, May 30, 2022 at 3:42 PM Ferruh Yigit wrote: > On 5/27/2022 6:14 AM, Huzaifa Rahman wrote: > > [CAUTION: External Email] > > Hi, > > > > The following tests are failing but my patch is not related to a

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

2022-05-30 Thread Ferruh Yigit
On 5/27/2022 6:14 AM, Huzaifa Rahman wrote: [CAUTION: External Email] Hi, The following tests are failing but my patch is not related to anything related to these. Please re-run the tests. Failed Tests: - mtu_update - scatter Hi Huzaifa, Agree, it looks unr

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

2022-05-26 Thread Huzaifa Rahman
Hi, The following tests are failing but my patch is not related to anything related to these. Please re-run the tests. Failed Tests: - mtu_update - scatter Thanks, Huzaifa On Tue, Mar 22, 2022 at 2:36 PM huzaifa.rahman wrote: > Help command is not available

[PATCH v2] ethtool: added help command to list all available

2022-03-22 Thread huzaifa.rahman
Help command is not available for ethtool example. It is needed so user can see all the available commands directly from the command line along with the formats. Signed-off-by: huzaifa.rahman --- doc/guides/sample_app_ug/ethtool.rst | 1 + examples/ethtool/ethtool-app/ethapp.c | 38 +++