From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next] cxgb4: number of VFs supported is not always 16 Date: Fri, 30 Nov 2018 13:09:49 -0800 (PST) Message-ID: <20181130.130949.638438024247830358.davem@davemloft.net> References: <1543310946-25258-1-git-send-email-ganeshgr@chelsio.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nirranjan@chelsio.com, indranil@chelsio.com, dt@chelsio.com, leedom@chelsio.com To: ganeshgr@chelsio.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:59748 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725867AbeLAIUu (ORCPT ); Sat, 1 Dec 2018 03:20:50 -0500 In-Reply-To: <1543310946-25258-1-git-send-email-ganeshgr@chelsio.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ganesh Goudar Date: Tue, 27 Nov 2018 14:59:06 +0530 > Total number of VFs supported by PF is used to determine the last > byte of VF's mac address. Number of VFs supported is not always > 16, use the variable nvfs to get the number of VFs supported > rather than hard coding it to 16. > > Signed-off-by: Casey Leedom > Signed-off-by: Ganesh Goudar > --- > V2: Fixes typo in commit message Applied.