diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-09-12 16:28:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-17 01:15:46 -0400 |
commit | 765cf9976e937f1cfe9159bf4534967c8bf8eb6d (patch) | |
tree | 671d57668c3f10a22e76704ad6d2c9f0a2e1f9f1 /Documentation/isapnp.txt | |
parent | b9fa1fbf98178c8bbda23ff1d3ed0731bb3c0bd1 (diff) |
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 'Documentation/isapnp.txt')
0 files changed, 0 insertions, 0 deletions