Re: [Libhugetlbfs-devel] Add MIPS support to libhugetlbfs, the sample testing result

2011-06-13 Thread Yu Huang
at 2011/6/14 9:07, David Gibson wrote: > On Mon, Jun 13, 2011 at 10:57:08PM +0800, Yu Huang wrote: >> Thanks for David and Eric's suggestion! >> >> Before I submit the updated patch I would like to show some testing >> result under mips arch. I used NPB3.3-SER as the benchmark to test >> libhugetlb

Re: [Libhugetlbfs-devel] Add MIPS support to libhugetlbfs, the sample testing result

2011-06-13 Thread David Gibson
On Mon, Jun 13, 2011 at 10:57:08PM +0800, Yu Huang wrote: > Thanks for David and Eric's suggestion! > > Before I submit the updated patch I would like to show some testing > result under mips arch. I used NPB3.3-SER as the benchmark to test > libhugetlbfs for MIPS, here is a sample result: > >

[Libhugetlbfs-devel] Add MIPS support to libhugetlbfs, the sample testing result

2011-06-13 Thread Yu Huang
Thanks for David and Eric's suggestion! Before I submit the updated patch I would like to show some testing result under mips arch. I used NPB3.3-SER as the benchmark to test libhugetlbfs for MIPS, here is a sample result: == B

Re: [Libhugetlbfs-devel] Add MIPS support to libhugetlbfs

2011-06-07 Thread Eric B Munson
On Sun, 05 Jun 2011, Yu Huang wrote: > 于 2011/6/4 15:22, David Gibson 写道: > >Uh, you need the -u option to diff. Plain-style diffs are more or > >less unusable as patches. > > > Thanks you! Here is a new patch with -u option: We need a few more things before we can accept this patch: 1. A patch

Re: [Libhugetlbfs-devel] Add MIPS support to libhugetlbfs

2011-06-05 Thread David Gibson
On Sun, Jun 05, 2011 at 05:01:46PM +0800, Yu Huang wrote: > 于 2011/6/4 15:22, David Gibson 写道: > > Uh, you need the -u option to diff. Plain-style diffs are more or > > less unusable as patches. > > > Thanks you! Here is a new patch with -u option: > > > diff -ruN libhugetlbfs-2.12-x86/ld.hugetl

Re: [Libhugetlbfs-devel] Add MIPS support to libhugetlbfs

2011-06-05 Thread Yu Huang
于 2011/6/4 15:22, David Gibson 写道: > Uh, you need the -u option to diff. Plain-style diffs are more or > less unusable as patches. > Thanks you! Here is a new patch with -u option: diff -ruN libhugetlbfs-2.12-x86/ld.hugetlbfs libhugetlbfs-2.12-mips/ld.hugetlbfs --- libhugetlbfs-2.12-x86/ld.huge

Re: [Libhugetlbfs-devel] Add MIPS support to libhugetlbfs

2011-06-04 Thread David Gibson
On Fri, Jun 03, 2011 at 11:01:42PM +0800, Yu Huang wrote: > Hi Nish, Mel and Eric, > > I added MIPS support to libhugetlbfs. It supports heap allocation > (LD_PRELOAD=libhugetlbfs.so HUGETLB_MORECORE=yes ) currently. data > and text segment not supported yet. > > I can get data and text segment

[Libhugetlbfs-devel] Add MIPS support to libhugetlbfs

2011-06-03 Thread Yu Huang
Hi Nish, Mel and Eric, I added MIPS support to libhugetlbfs. It supports heap allocation (LD_PRELOAD=libhugetlbfs.so HUGETLB_MORECORE=yes ) currently. data and text segment not supported yet. I can get data and text segment backed by hugepages in libhugetlbfs 2.10, but for still-unknown rea