diff options
| author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-09-12 20:28:37 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-09-17 01:15:46 -0400 |
| commit | 765cf9976e937f1cfe9159bf4534967c8bf8eb6d (patch) | |
| tree | 671d57668c3f10a22e76704ad6d2c9f0a2e1f9f1 /net/mac80211/mesh_pathtbl.c | |
| parent | b9fa1fbf98178c8bbda23ff1d3ed0731bb3c0bd1 (diff) | |
| download | olio-linux-3.10-765cf9976e937f1cfe9159bf4534967c8bf8eb6d.tar.xz olio-linux-3.10-765cf9976e937f1cfe9159bf4534967c8bf8eb6d.zip | |
tcp: md5: remove one indirection level in tcp_md5sig_pool
tcp_md5sig_pool is currently an 'array' (a percpu object) of pointers to
struct tcp_md5sig_pool. Only the pointers are NUMA aware, but objects
themselves are all allocated on a single node.
Remove this extra indirection to get proper percpu memory (NUMA aware)
and make code simpler.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/mesh_pathtbl.c')
0 files changed, 0 insertions, 0 deletions