Re: Page fault scalability patch V18: Overview

2005-03-07 Thread Christoph Lameter
On Mon, 7 Mar 2005, Darren Williams wrote: > Pid: 362, CPU 0, comm: kscrubd0 > psr : 121008022038 ifs : 8308 ip : [] > Not tainted > ip is at scrubd_rmpage+0x61/0x140 Would you try the new version on oss.sgi.com please. - To unsubscribe from this list: send the l

Re: Page fault scalability patch V18: Overview

2005-03-06 Thread Darren Williams
Hi Christoph On Sun, 06 Mar 2005, Christoph Lameter wrote: > On Mon, 7 Mar 2005, Darren Williams wrote: > > > Hi Christoph > > > > On Fri, 04 Mar 2005, Christoph Lameter wrote: > > > > > Make sure that scrubd_stop on startup is set to 2 and no zero in > > > mm/scrubd.c. The current patch on oss.

Re: Page fault scalability patch V18: Overview

2005-03-06 Thread Christoph Lameter
On Mon, 7 Mar 2005, Darren Williams wrote: > Hi Christoph > > On Fri, 04 Mar 2005, Christoph Lameter wrote: > > > Make sure that scrubd_stop on startup is set to 2 and no zero in > > mm/scrubd.c. The current patch on oss.sgi.com may have that set to zero. > > > unsigned int sysctl_scrub_stop = 2;

Re: Page fault scalability patch V18: Overview

2005-03-06 Thread Darren Williams
Hi Christoph On Fri, 04 Mar 2005, Christoph Lameter wrote: > Make sure that scrubd_stop on startup is set to 2 and no zero in > mm/scrubd.c. The current patch on oss.sgi.com may have that set to zero. > unsigned int sysctl_scrub_stop = 2; /* Mininum order of page to zero */ This is the assi

Re: Page fault scalability patch V18: Overview

2005-03-04 Thread Christoph Lameter
Make sure that scrubd_stop on startup is set to 2 and no zero in mm/scrubd.c. The current patch on oss.sgi.com may have that set to zero. On Fri, 4 Mar 2005, Darren Williams wrote: > Hi Darren > > On Fri, 04 Mar 2005, Darren Williams wrote: > > > Hi Christoph > > > > On Tue, 01 Mar 2005, Christop

Re: Page fault scalability patch V18: Overview

2005-03-03 Thread Darren Williams
Hi Darren On Fri, 04 Mar 2005, Darren Williams wrote: > Hi Christoph > > On Tue, 01 Mar 2005, Christoph Lameter wrote: > > > Is there any chance that this patchset could go into mm now? This has been > > discussed since last August > > > > Changelog: > > > > V17->V18 Rediff against 2.6.11

Re: Page fault scalability patch V18: Overview

2005-03-03 Thread Darren Williams
Hi Christoph On Tue, 01 Mar 2005, Christoph Lameter wrote: > Is there any chance that this patchset could go into mm now? This has been > discussed since last August > > Changelog: > > V17->V18 Rediff against 2.6.11-rc5-bk4 Just applied this patch against 2.6.11, however with the patch app

Page fault scalability patch V18: Overview

2005-03-01 Thread Christoph Lameter
Is there any chance that this patchset could go into mm now? This has been discussed since last August Changelog: V17->V18 Rediff against 2.6.11-rc5-bk4 V16->V17 Do not increment page_count in do_wp_page. Performance data posted. V15->V16 of this patch: Redesign to allow full backback