From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-1.cisco.com (sj-iport-1-in.cisco.com [171.71.176.70]) by ozlabs.org (Postfix) with ESMTP id 3D54EDDE10 for ; Tue, 17 Jul 2007 13:50:19 +1000 (EST) To: Joachim Fenkes Subject: Re: [PATCH 10/10] IB/ehca: Support large page MRs References: From: Roland Dreier Date: Mon, 16 Jul 2007 20:50:13 -0700 In-Reply-To: (Joachim Fenkes's message of "Mon, 16 Jul 2007 23:11:47 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKML , LinuxPPC-Dev , Christoph Raisch , OF-General , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > Why the module parameter? Is there any reason a user would want to > > turn this off? Or conversely, why is it off by default? > > We're pretty confident this new feature works, but as with all new and > possibly experimental features, there are chances it might explode your > machine when activated. So, like with the scaling code, we want the user > to make the conscious decision of using this code instead of activating it > by default. OK, I guess. So can we expect to, say, change the default to turning it on for 2.6.24 and remove the option entirely (so it's always on) in 2.6.25? - R.