diff options
author | Eric Dumazet <edumazet@google.com> | 2013-07-29 10:24:04 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-11 18:35:26 -0700 |
commit | 1ec05e6b8c709aa7f250a4ddc9fd4e423bf4cfd1 (patch) | |
tree | 023709f16c1d5e2312dd4f0ed7208c1bbed67ade /mm | |
parent | 6d60b440872edd1160f0f2eb97fe3e305019c99f (diff) | |
download | linux-3.10-1ec05e6b8c709aa7f250a4ddc9fd4e423bf4cfd1.tar.gz linux-3.10-1ec05e6b8c709aa7f250a4ddc9fd4e423bf4cfd1.tar.bz2 linux-3.10-1ec05e6b8c709aa7f250a4ddc9fd4e423bf4cfd1.zip |
atl1c: use custom skb allocator
[ Upstream commit 7b70176421993866e616f1cbc4d0dd4054f1bf78 ]
We had reports ( https://bugzilla.kernel.org/show_bug.cgi?id=54021 )
that using high order pages for skb allocations is problematic for atl1c
We do not know exactly what the problem is, but we suspect that crossing
4K pages is not well supported by this hardware.
Use a custom allocator, using page allocator and 2K fragments for
optimal stack behavior. We might make this allocator generic
in future kernels.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Luis Henriques <luis.henriques@canonical.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions