From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx170.postini.com [74.125.245.170]) by kanga.kvack.org (Postfix) with SMTP id 811336B0002 for ; Mon, 18 Feb 2013 14:32:39 -0500 (EST) Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 18 Feb 2013 14:32:37 -0500 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id A08EC6E8020 for ; Mon, 18 Feb 2013 14:32:24 -0500 (EST) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r1IJWGep41615410 for ; Mon, 18 Feb 2013 14:32:17 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r1IJWF3j007473 for ; Mon, 18 Feb 2013 16:32:16 -0300 Message-ID: <512281BB.30906@linux.vnet.ibm.com> Date: Mon, 18 Feb 2013 13:32:11 -0600 From: Seth Jennings MIME-Version: 1.0 Subject: Re: [PATCHv5 7/8] zswap: add swap page writeback support References: <1360780731-11708-1-git-send-email-sjenning@linux.vnet.ibm.com> <1360780731-11708-8-git-send-email-sjenning@linux.vnet.ibm.com> <511F22FB.4010607@gmail.com> In-Reply-To: <511F22FB.4010607@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Ric Mason Cc: Andrew Morton , Greg Kroah-Hartman , Nitin Gupta , Minchan Kim , Konrad Rzeszutek Wilk , Dan Magenheimer , Robert Jennings , Jenifer Hopper , Mel Gorman , Johannes Weiner , Rik van Riel , Larry Woodman , Benjamin Herrenschmidt , Dave Hansen , Joe Perches , linux-mm@kvack.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org On 02/16/2013 12:11 AM, Ric Mason wrote: > On 02/14/2013 02:38 AM, Seth Jennings wrote: >> +/******************************************* >> +* page pool for temporary compression result >> +********************************************/ >> +#define ZSWAP_TMPPAGE_POOL_PAGES 16 > > Why not the number of online cpu? > While the number of online cpus can change, it could better than this fixed value. You're the second person to mention this, so I'll fix it up. Thanks, Seth -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org