summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2011-09-12 20:28:37 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-09-17 05:15:46 (GMT)
commit765cf9976e937f1cfe9159bf4534967c8bf8eb6d (patch)
tree671d57668c3f10a22e76704ad6d2c9f0a2e1f9f1 /MAINTAINERS
parentb9fa1fbf98178c8bbda23ff1d3ed0731bb3c0bd1 (diff)
downloadlinux-fsl-qoriq-765cf9976e937f1cfe9159bf4534967c8bf8eb6d.tar.xz
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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions