Received: with ECARTIS (v1.0.0; list netdev); Tue, 12 Jul 2005 14:09:01 -0700 (PDT) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j6CL8wH9000989 for ; Tue, 12 Jul 2005 14:08:58 -0700 Received: from hch by pentafluge.infradead.org with local (Exim 4.52 #1 (Red Hat Linux)) id 1DsRy5-00033w-3X; Tue, 12 Jul 2005 22:07:05 +0100 Date: Tue, 12 Jul 2005 22:07:04 +0100 From: Christoph Hellwig To: "David S. Miller" Cc: ravinandan.arakali@neterion.com, hch@infradead.org, raghavendra.koushik@neterion.com, jgarzik@pobox.com, netdev@oss.sgi.com, leonid.grossman@neterion.com, rapuru.sriram@neterion.com Subject: Re: [PATCH 2.6.12.1 5/12] S2io: Performance improvements Message-ID: <20050712210704.GA11622@infradead.org> References: <20050712.133404.52118192.davem@davemloft.net> <000a01c58724$ca41a7c0$4f10100a@pc.s2io.com> <20050712.140411.41107257.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050712.140411.41107257.davem@davemloft.net> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html X-archive-position: 2723 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: hch@infradead.org Precedence: bulk X-list: netdev Content-Length: 731 Lines: 18 On Tue, Jul 12, 2005 at 02:04:11PM -0700, David S. Miller wrote: > From: "Ravinandan Arakali" > Subject: RE: [PATCH 2.6.12.1 5/12] S2io: Performance improvements > Date: Tue, 12 Jul 2005 14:00:52 -0700 > > > The two-buffer mode was added as a configurable option > > to Kconfig file several months ago. Hence the macro > > is CONFIG_2BUFF_MODE. > > We're saying that you should choose CONFIG_2BUFF_MODE, when > CONFIG_IA64_SGI_SN2 is set, inside the Kconfig file using the > "default" Kconfig directive. And that doesn't help either, CONFIG_IA64_SGI_SN2 isn't used in practice, any production Altix with 26 kernels runs CONFIG_IA64_GENERIC kernels. You have to make this run-time selectable.