summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMaxim Mikityanskiy <maximmi@nvidia.com>2021-04-23 19:14:37 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2021-07-26 09:50:37 -0700
commit69994ef3da660af4ff22c740f85dc291a50a6440 (patch)
tree9d394a1c3893d93a2136318a3aae63cbddf546b1 /tools/perf/scripts/python
parent26ab7b384525ccfa678c518577f7f0d841209c8b (diff)
net/mlx5: Take TIR destruction out of the TIR list lock
res->td.list_lock protects the list of TIRs. There is no point to call mlx5_core_destroy_tir() and invoke a firmware command under this lock. This commit moves this call outside of the lock and puts it after deleting the TIR from the list to ensure that TIRs are always alive while in the list. Signed-off-by: Maxim Mikityanskiy <maximmi@nvidia.com> Reviewed-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions