diff options
author | Yevgeny Kliteynik <[email protected]> | 2022-05-26 01:44:18 +0300 |
---|---|---|
committer | Saeed Mahameed <[email protected]> | 2022-10-27 15:50:39 +0100 |
commit | fd785e5213f012ec086fd93319b9e154caae6ddc (patch) | |
tree | c8c5912cfedcf68b9b5a38ce269b1e3eb9ee4076 /net/unix/sysctl_net_unix.c | |
parent | 17b56073a0668a153f0e1051dc1bf60960f74810 (diff) |
net/mlx5: DR, Allocate icm_chunks from their own slab allocator
SW steering allocates/frees lots of icm_chunk structs. To make this more
efficiently, create a separate kmem_cache and allocate these chunks from
this allocator.
By doing this we observe that the alloc/free "hiccups" frequency has
become much lower, which allows for a more steady rule insersion rate.
Signed-off-by: Yevgeny Kliteynik <[email protected]>
Reviewed-by: Alex Vesker <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions