From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.linux-foundation.org (smtp2.linux-foundation.org [207.189.120.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id E864DDDEBE for ; Tue, 31 Jul 2007 02:30:40 +1000 (EST) Date: Mon, 30 Jul 2007 17:25:35 +0100 From: Stephen Hemminger To: Jan-Bernd Themann Subject: Re: [PATCH 2/4][RFC] lro: Kconfig and Makefile Message-ID: <20070730172535.15993806@oldman.hamilton.local> In-Reply-To: <200707301724.45781.ossthema@de.ibm.com> References: <200707301724.45781.ossthema@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Thomas Klein , Jeff Garzik , Jan-Bernd Themann , netdev , Stefan, linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder , Andrew Gallatin , Roscher , David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 30 Jul 2007 17:24:45 +0200 Jan-Bernd Themann wrote: > Kconfig and Makefile for LRO > > Signed-off-by: Jan-Bernd Themann > > --- > net/ipv4/Kconfig | 8 ++++++++ > net/ipv4/Makefile | 1 + > 2 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig > index fb79097..d894f61 100644 > --- a/net/ipv4/Kconfig > +++ b/net/ipv4/Kconfig > @@ -394,6 +394,14 @@ config INET_XFRM_MODE_BEET > > If unsure, say Y. > > +config INET_LRO > + tristate "Large Receive Offload (ipv4/tcp)" > + > + ---help--- > + Support for Large Receive Offload (ipv4/tcp). > + > + If unsure, say Y. > + Why make this a user selectable option at all? Unless you want to deal with out of tree drivers (not my problem), it should be hidden to avoid having to explain an support it.