diff options
author | Yevgeny Kliteynik <kliteyn@nvidia.com> | 2025-05-11 22:38:06 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-13 15:30:25 -0700 |
commit | 9d4024edce1063b616fa8bf7b2363290503cc322 (patch) | |
tree | 9114feac3fedc85ae2360f8202de5346f8a030cc /tools/perf/scripts/python/stackcollapse.py | |
parent | 17e0accac577fd6ea2090934d71a8c6f36702a26 (diff) |
net/mlx5: HWS, force rehash when rule insertion failed
Rules are inserted into hash table in accordance with their hash index.
When a certain number of rules is reached, the table is rehashed:
a bigger new table is allocated and all the rules are moved there.
But sometimes a new rule can't be inserted into the hash table
because its index is full, even though the number of rules in the
table is well below the threshold. The hash function is not perfect,
so such cases are not rare. When that happens, we want to do the same
rehash, in order to increase the table size and lower the probability
for such cases.
This patch fixes the usecase where rule insertion was failing, but
rehash couldn't be initiated due to low number of rules: it adds flag
that denotes that rehash is required, even if the number of rules in
the table is below the rehash threshold.
Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Reviewed-by: Vlad Dogaru <vdogaru@nvidia.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1746992290-568936-7-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions