aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorPaul Blakey <[email protected]>2022-02-23 13:37:50 +0000
committerSaeed Mahameed <[email protected]>2022-03-17 18:51:58 +0000
commitebf04231cf14bca969a187a37a85bb64ffe0b54d (patch)
tree803fc1d107aaf7775267b89bd5921232a14cc82b /net/unix/af_unix.c
parentnet/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memory (diff)
downloadkernel-ebf04231cf14bca969a187a37a85bb64ffe0b54d.tar.gz
kernel-ebf04231cf14bca969a187a37a85bb64ffe0b54d.zip
net/mlx5: CT: Remove extra rhashtable remove on tuple entries
On tuple offload del command, tuples are tried to be removed twice from the hashtable, once directly via mlx5_tc_ct_entry_remove_from_tuples() and a second time in the following mlx5_tc_ct_entry_put()-> mlx5_tc_ct_entry_del()->mlx5_tc_ct_entry_remove_from_tuples() call. This doesn't cause any issue since rhashtable first checks if the removed object exists in the hashtable. Remove the extra mlx5_tc_ct_entry_remove_from_tuples(). Signed-off-by: Paul Blakey <[email protected]> Reviewed-by: Maor Dickman <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions