aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
diff options
context:
space:
mode:
authorMathias Krause <minipli@googlemail.com>2018-05-03 10:55:07 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2018-05-04 10:14:00 +0200
commit565f0fa902b64020d5d147ff1708567e9e0b6e49 (patch)
treed9b201aa8f3eec09b02e5ff476f30ae658b661bd /net/core/flow_dissector.c
parentchange the comment of vti6_ioctl (diff)
downloadlinux-dev-565f0fa902b64020d5d147ff1708567e9e0b6e49.tar.xz
linux-dev-565f0fa902b64020d5d147ff1708567e9e0b6e49.zip
xfrm: use a dedicated slab cache for struct xfrm_state
struct xfrm_state is rather large (768 bytes here) and therefore wastes quite a lot of memory as it falls into the kmalloc-1024 slab cache, leaving 256 bytes of unused memory per XFRM state object -- a net waste of 25%. Using a dedicated slab cache for struct xfrm_state reduces the level of internal fragmentation to a minimum. On my configuration SLUB chooses to create a slab cache covering 4 pages holding 21 objects, resulting in an average memory waste of ~13 bytes per object -- a net waste of only 1.6%. In my tests this led to memory savings of roughly 2.3MB for 10k XFRM states. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/core/flow_dissector.c')
0 files changed, 0 insertions, 0 deletions