From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/6] liquidio: enhanced ethtool --set-channels feature Date: Fri, 27 Apr 2018 11:24:13 -0400 (EDT) Message-ID: <20180427.112413.581654209060941592.davem@davemloft.net> References: <20180425182301.GA13840@felix-thinkpad.cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com, derek.chickles@cavium.com, satananda.burla@cavium.com, intiyaz.basha@cavium.com To: felix.manlunas@cavium.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:53406 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933043AbeD0PYP (ORCPT ); Fri, 27 Apr 2018 11:24:15 -0400 In-Reply-To: <20180425182301.GA13840@felix-thinkpad.cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Felix Manlunas Date: Wed, 25 Apr 2018 11:23:01 -0700 > From: Intiyaz Basha > > For the ethtool --set-channels feature, the liquidio driver currently > accepts max combined value as the queue count configured during driver > load time, where max combined count is the total count of input and output > queues. This limitation is applicable only when SR-IOV is enabled, that > is, when VFs are created for PF. If SR-IOV is not enabled, the driver can > configure max supported (64) queues. > > This series of patches are for enhancing driver to accept > max supported queues for ethtool --set-channels. Looks like patch #6 needs some warning fixes as per kbuild robot.