From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Fink Subject: Re: [net-2.6 PATCH 3/10] Neterion: New driver: Kconfig and Makefile Date: Sat, 14 Mar 2009 14:08:57 -0400 Message-ID: <20090314140857.746dbbf6.billfink@mindspring.com> References: <1237018842.4966.418.camel@flash> <20090314134017.d0ec1024.billfink@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ram.vepa@neterion.com, Netdev , David Miller , Jeff Garzik To: Bill Fink Return-path: Received: from elasmtp-scoter.atl.sa.earthlink.net ([209.86.89.67]:59770 "EHLO elasmtp-scoter.atl.sa.earthlink.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282AbZCNSJD (ORCPT ); Sat, 14 Mar 2009 14:09:03 -0400 In-Reply-To: <20090314134017.d0ec1024.billfink@mindspring.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, 14 Mar 2009, Bill Fink wrote: > On 14 Mar 2009, Ramkrishna Vepa wrote: > > > - Kconfig and Makefile related changes for vxge driver. > > > > Signed-off-by: Sivakumar Subramani > > Signed-off-by: Rastapur Santosh > > Signed-off-by: Ramkrishna Vepa > > --- > > diff -urpN patch_2/drivers/net/Kconfig patch_3/drivers/net/Kconfig > > --- patch_2/drivers/net/Kconfig 2009-03-12 11:23:32.000000000 -0700 > > +++ patch_3/drivers/net/Kconfig 2009-03-12 11:33:06.000000000 -0700 > > @@ -2531,6 +2531,24 @@ config S2IO > > More specific information on configuring the driver is in > > . > > > > +config VXGE > > + tristate "Neterion X3100 Series 10GbE PCIe Server Adapter" > > + depends on PCI > > + select INET_LRO > > + ---help--- > > + This driver supports Neterion Inc's X3100 Series 10 GbE PCIe > > + I/O Virtualized Server Adapter. > > + More specific information on configuring the driver is in > > + . > > To prevent certain build failures, when you "select INET_LRO" you also > need to add a depends on INET, so the above "depends on PCI" needs to > be changed to: > > depends on PCI && INET And I believe LRO has been deprecated in favor of GRO. -Bill