From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755896AbZBTIY7 (ORCPT ); Fri, 20 Feb 2009 03:24:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757239AbZBTIYI (ORCPT ); Fri, 20 Feb 2009 03:24:08 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:49563 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1757180AbZBTIYH (ORCPT ); Fri, 20 Feb 2009 03:24:07 -0500 Date: Fri, 20 Feb 2009 00:23:48 -0800 (PST) Message-Id: <20090220.002348.41226704.davem@davemloft.net> To: jeffrey.t.kirsher@intel.com Cc: netdev@vger.kernel.org, gospo@redhat.com, alexander.h.duyck@intel.com, yu.zhao@intel.com, linux-kernel@vger.kernel.org Subject: Re: [net-next PATCH 5/5] igb: this patch addes the sr-iov enablement option via num_vfs parameter From: David Miller In-Reply-To: <20090220044030.29650.14066.stgit@lost.foo-projects.org> References: <20090220043902.29650.35055.stgit@lost.foo-projects.org> <20090220044030.29650.14066.stgit@lost.foo-projects.org> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jeff Kirsher Date: Thu, 19 Feb 2009 20:40:30 -0800 > This code adds a module parameter called num_vfs which defines if the > driver should attempt to use sr-iov and if so how many VFs should be > enabled. > > Signed-off-by: Alexander Duyck > Signed-off-by: Jeff Kirsher Also applied, thanks a lot.