Re: [PATCH v2] examples/ethtool: update rxmode to increase functionality

2023-07-03 Thread Stephen Hemminger
On Thu, 11 Aug 2022 17:58:40 +0500 Muhammad Jawad Hussain wrote: > @@ -142,7 +183,6 @@ pcmd_quit_callback(__rte_unused void *ptr_params, > cmdline_quit(ctx); > } > > - > static void > pcmd_drvinfo_callback(__rte_unused void *ptr_params, > __rte_unused struct cmdline *ctx, Please

[PATCH v2] examples/ethtool: update rxmode to increase functionality

2022-08-11 Thread Muhammad Jawad Hussain
previously rxmode functionality did not allow the user to choose between different vfs nor did it allow the user to choose rxmode settings by default it was set to vf = 0, rxmode = AUPE and the on/off state toggled without letting the user know what state it is in also there were no error messages

Re: [PATCH v2] examples/ethtool: update rxmode to increase functionality

2022-07-06 Thread Muhammad Jawad Hussain
Hi, I submitted this patch on 29th may,2022. I am getting a bad coding style warning because I did not email version 2 in the reply of version 1. Should I resend it in the reply? Regards, Jawad Hussain On Sun, May 29, 2022 at 7:29 PM Muhammad Jawad Hussain < jawad.huss...@emumba.com> wrote: > pr

[PATCH v2] examples/ethtool: update rxmode to increase functionality

2022-05-29 Thread Muhammad Jawad Hussain
previously rxmode functionality did not allow the user to choose between different vfs nor did it allow the user to choose rxmode settings by default it was set to vf = 0, rxmode = AUPE and the on/off state toggled without letting the user know what state it is in also there were no error messages