From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brelinski, Tony Date: Mon, 1 Nov 2021 23:01:54 +0000 Subject: [Intel-wired-lan] [PATCH net 8/8] iavf: Fix for setting queues to 0 In-Reply-To: <20210604164900.33156-8-anthony.l.nguyen@intel.com> References: <20210604164900.33156-1-anthony.l.nguyen@intel.com> <20210604164900.33156-8-anthony.l.nguyen@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan On Behalf Of > Nguyen, Anthony L > Sent: Friday, June 4, 2021 9:49 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH net 8/8] iavf: Fix for setting queues to 0 > > From: Grzegorz Szczurek > > Now setting combine to 0 will be rejected with the appropriate error code. > This has been implemented by adding a condition that checks the value of > combine equal to zero. > Without this patch, when the user requested it, no error was returned and > combine was set to the default value for VF. > > Fixes: 5520deb15326 ("iavf: Enable support for up to 16 queues") > Signed-off-by: Grzegorz Szczurek > Signed-off-by: Tony Nguyen > --- > drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Tested-by: Tony Brelinski