diff options
author | Lukas Bulwahn <[email protected]> | 2023-05-09 09:12:07 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-05-09 19:40:32 -0700 |
commit | 559ae55cfc334c91c62d2ea054a3345611363ee0 (patch) | |
tree | aa35cafa21ec3de262ba9a5fb5e32146b6c288da /tools/perf/scripts/python/net_dropmonitor.py | |
parent | a731a43e8669a0b430c79a3e38890c27a5847a76 (diff) |
net: skbuff: remove special handling for SLOB
Commit c9929f0e344a ("mm/slob: remove CONFIG_SLOB") removes CONFIG_SLOB.
Now, we can also remove special handling for socket buffers with the SLOB
allocator. The code with HAVE_SKB_SMALL_HEAD_CACHE=1 is now the default
behavior for all allocators.
Remove an unnecessary distinction between SLOB and SLAB/SLUB allocator
after the SLOB allocator is gone.
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions