[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1317804891.2473.26.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC>
Date: Wed, 05 Oct 2011 10:54:51 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Rientjes <rientjes@...gle.com>
Cc: Dave Hansen <dave@...ux.vnet.ibm.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
James.Bottomley@...senpartnership.com, hpa@...or.com
Subject: Re: [RFCv3][PATCH 4/4] show page size in /proc/$pid/numa_maps
Le mercredi 05 octobre 2011 à 00:23 -0700, David Rientjes a écrit :
> Why on earth do we want to convert a byte value into a string so a script
> can convert it the other way around? Do you have a hard time parsing
> 4096, 2097152, and 1073741824 to be 4K, 2M, and 1G respectively?
Yes I do. I dont have in my head all possible 2^X values, but K, M, G,
T : thats ok (less neurons needed)
You focus on current x86_64 hardware.
Some arches have lot of different choices. (powerpc has 64K, 16M, 16GB
pages)
In 10 years, you'll have pagesize=549755813888, or maybe
pagesize=8589934592
I pretty much prefer pagesize=512GB and pagesize=8TB
This is consistent with usual conventions and practice.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists