Large pages, large blocks, and large problems
Posted Sep 20, 2007 1:58 UTC (Thu) by
sayler (guest, #3164)
In reply to:
Large pages, large blocks, and large problems by drag
Parent article:
Large pages, large blocks, and large problems
In general, I agree with what you say, but keep in mind that Ethernet frames are inherently variable in size, that is, you can have 1500, 1501, 1502, ... byte frames and the transmission time will increase nearly linearly.
We have much coarser choices for page sizes. Even on Alpha (which apparently did a good job here), page size choices were something like 8k ** 2*N where N ran between 0 and 3..
There is some other somewhat interesting data here: http://lists.freebsd.org/pipermail/freebsd-hackers/2003-O... showing measured {i,d}tlb size for various page sizes on various uArchs.
(
Log in to post comments)