diff options
author | Paul Blakey <paulb@nvidia.com> | 2022-02-23 16:37:50 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-03-17 21:51:58 +0300 |
commit | ebf04231cf14bca969a187a37a85bb64ffe0b54d (patch) | |
tree | 803fc1d107aaf7775267b89bd5921232a14cc82b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0d7f1595bb96bcf1d673d6541eb453bec800f051 (diff) | |
download | linux-ebf04231cf14bca969a187a37a85bb64ffe0b54d.tar.xz |
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 <paulb@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions