commit | 6e4be8d6717cb63c58f6b404e63a881c76d8878c | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@cavium.com> | Thu Feb 11 21:50:26 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 11 11:30:26 2016 -0500 |
tree | 322aed52d8af42f81b4180e9115261bb9a4d0bf5 | |
parent | 1d82efaca87ecf53e97c696f9d0a9adefea0c7b5 [diff] |
net: thunderx: Alloc higher order pages when pagesize is small Allocate higher order pages when pagesize is small, this will reduce number of calls to page allocator and wastage of memory. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>