Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765427AbXHWP5q (ORCPT ); Thu, 23 Aug 2007 11:57:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763242AbXHWP5f (ORCPT ); Thu, 23 Aug 2007 11:57:35 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:34109 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765003AbXHWP5e (ORCPT ); Thu, 23 Aug 2007 11:57:34 -0400 Date: Thu, 23 Aug 2007 08:56:40 -0700 From: Randy Dunlap To: "yunfeng zhang" Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, hugh@veritas.com, riel@redhat.com Subject: Re: [PATCH 2.6.20-rc5 1/1] MM: enhance Linux swap subsystem Message-Id: <20070823085640.f6b43ab3.randy.dunlap@oracle.com> In-Reply-To: <4df04b840708230247l69d03112lc5b66ff3359eac2@mail.gmail.com> References: <4df04b840701212309l2a283357jbdaa88794e5208a7@mail.gmail.com> <4df04b840701301852i41687edfl1462c4ca3344431c@mail.gmail.com> <4df04b840702122152o64b2d59cy53afcd43bb24cb7a@mail.gmail.com> <4df04b840702200106q670ff944k118d218fed17b884@mail.gmail.com> <4df04b840702211758t1906083x78fb53b6283349ca@mail.gmail.com> <45DCFDBE.50209@redhat.com> <4df04b840702221831x76626de1rfa70cb653b12f495@mail.gmail.com> <45DE6080.6030904@redhat.com> <4df04b840702241747ne903699w636d37b40351b752@mail.gmail.com> <4df04b840708230247l69d03112lc5b66ff3359eac2@mail.gmail.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.4.2 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1721 Lines: 42 On Thu, 23 Aug 2007 17:47:44 +0800 yunfeng zhang wrote: > Signed-off-by: Yunfeng Zhang > > The mayor change is > 1) Using nail arithmetic to maximum SwapDevice performance. > 2) Add PG_pps bit to sign every pps page. > 3) Some discussion about NUMA. > See vm_pps.txt > > Index: linux-2.6.22/Documentation/vm_pps.txt > =================================================================== > --- /dev/null 1970-01-01 00:00:00.000000000 +0000 > +++ linux-2.6.22/Documentation/vm_pps.txt 2007-08-23 17:04:12.051837322 +0800 > @@ -0,0 +1,365 @@ > + > + Pure Private Page System (pps) > + zyf.zeroos@gmail.com > + December 24-26, 2006 > + Revised on Aug 23, 2007 > + > +// Purpose <([{ > +The file is used to document the idea which is published firstly at > +http://www.ussg.iu.edu/hypermail/linux/kernel/0607.2/0451.html, as a part of my > +OS -- main page http://blog.chinaunix.net/u/21764/index.php. In brief, the > +patch of the document is for enchancing the performance of Linux swap > +subsystem. You can find the overview of the idea in section +Pages more Efficiently> and how I patch it into Linux 2.6.21 in section > +. > +// }])> Hi, What (text) format/markup language is the vm_pps.txt file in? --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/