* Change of Default kernel page size i.e 4KB
@ 2010-12-01 8:20 naveen yadav
2010-12-01 13:24 ` Ralf Baechle
2010-12-01 16:06 ` Viral Mehta
0 siblings, 2 replies; 4+ messages in thread
From: naveen yadav @ 2010-12-01 8:20 UTC (permalink / raw)
To: kernelnewbies, linux-arm-kernel-request, linux-mips
Hi All,
I have few drivers and very big application running on ARM and MIPS target.
I want to check the performance by changing the page size ie.
8K, 16K, 32K etc.
Is it possile, If yes then what all care i need to take .
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Change of Default kernel page size i.e 4KB
2010-12-01 8:20 Change of Default kernel page size i.e 4KB naveen yadav
@ 2010-12-01 13:24 ` Ralf Baechle
2010-12-01 16:06 ` Viral Mehta
1 sibling, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2010-12-01 13:24 UTC (permalink / raw)
To: naveen yadav; +Cc: kernelnewbies, linux-arm-kernel, linux-mips
On Wed, Dec 01, 2010 at 01:50:13PM +0530, naveen yadav wrote:
> Cc: kernelnewbies@nl.linux.org,
> linux-arm-kernel-request@lists.arm.linux.org.uk,
^^^^^^^^ WTF?
> linux-mips@linux-mips.org
> I have few drivers and very big application running on ARM and MIPS target.
> I want to check the performance by changing the page size ie.
>
> 8K, 16K, 32K etc.
>
> Is it possile, If yes then what all care i need to take .
For MIPS: Rebuild kernel with support for the new kernel size. Few MIPS
cores. Note that the `odd´ page sizes, that those that aren't a power
of 4 are only supported by Cavium while all MIPS III and newer processors
support even `even´ sizes 4KB, 16KB and 64KB.
Aside of rebuilding the kernel you also need a suitable userland; older
versions of binutils will produce binaries that only run
for 4kB page sizes.
For ARM the page size is fixed at 4kB which will simplify your benchmarking
efforts ;)
Performance gains very much depends on the workload but in general larger
sizes are beneficial except maybe for systems with very little memory.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread* RE: Change of Default kernel page size i.e 4KB
2010-12-01 8:20 Change of Default kernel page size i.e 4KB naveen yadav
2010-12-01 13:24 ` Ralf Baechle
@ 2010-12-01 16:06 ` Viral Mehta
2010-12-01 16:06 ` Viral Mehta
1 sibling, 1 reply; 4+ messages in thread
From: Viral Mehta @ 2010-12-01 16:06 UTC (permalink / raw)
To: naveen yadav, kernelnewbies@nl.linux.org,
linux-arm-kernel-request@lists.arm.linux.org.uk,
linux-mips@linux-mips.org
________________________________________
From: kernelnewbies-bounce@nl.linux.org [kernelnewbies-bounce@nl.linux.org] On Behalf Of naveen yadav
Hi,
>Hi All,
>
>I have few drivers and very big application running on ARM and MIPS target.
>I want to check the performance by changing the page size ie.
I remember it is possible on powerpc.
There is config option like CONFIG_PPC_64K_PAGES.
Not sure about ARM/MIPS archs, but you can certianly grep for something like 4K_PAGE all around defconfigs
>8K, 16K, 32K etc.
>
>Is it possile, If yes then what all care i need to take .
>
>Thanks.
--
Viral
This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
______________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Change of Default kernel page size i.e 4KB
2010-12-01 16:06 ` Viral Mehta
@ 2010-12-01 16:06 ` Viral Mehta
0 siblings, 0 replies; 4+ messages in thread
From: Viral Mehta @ 2010-12-01 16:06 UTC (permalink / raw)
To: naveen yadav, kernelnewbies@nl.linux.org,
linux-arm-kernel-request@lists.arm.linux.org.uk,
linux-mips@linux-mips.org
________________________________________
From: kernelnewbies-bounce@nl.linux.org [kernelnewbies-bounce@nl.linux.org] On Behalf Of naveen yadav
Hi,
>Hi All,
>
>I have few drivers and very big application running on ARM and MIPS target.
>I want to check the performance by changing the page size ie.
I remember it is possible on powerpc.
There is config option like CONFIG_PPC_64K_PAGES.
Not sure about ARM/MIPS archs, but you can certianly grep for something like 4K_PAGE all around defconfigs
>8K, 16K, 32K etc.
>
>Is it possile, If yes then what all care i need to take .
>
>Thanks.
--
Viral
This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
______________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-01 16:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 8:20 Change of Default kernel page size i.e 4KB naveen yadav
2010-12-01 13:24 ` Ralf Baechle
2010-12-01 16:06 ` Viral Mehta
2010-12-01 16:06 ` Viral Mehta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox