RE: [PATCH 2.6.12.1 5/12] S2io: Performance improvements
From: Ravinandan Arakali <hidden>
Date: 2005-07-12 21:54:28
Okay, got it. Will submit patch on Kconfig file after the macro for SGI platforms is confirmed. Ravi -----Original Message----- From: David S. Miller [mailto:davem@davemloft.net] Sent: Tuesday, July 12, 2005 2:04 PM To: ravinandan.arakali@neterion.com Cc: 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 From: "Ravinandan Arakali" <redacted> 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. You should never change the setting of CONFIG_* macros in C source.