aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMaher Sanalla <[email protected]>2023-06-11 19:55:02 +0300
committerSaeed Mahameed <[email protected]>2023-08-07 10:53:51 -0700
commite3e56775e91398df95c610bfc9bf4025db7dcf66 (patch)
tree58d884703bc2f0c6b5f331e2912f36646bd6ae7d /tools/perf/scripts/python/bin/stackcollapse-record
parent273c697fdedc65f8b423a652fb248860a3dbf36d (diff)
net/mlx5: Implement single completion EQ create/destroy methods
Currently, create_comp_eqs() function handles the creation of all completion EQs for all the vectors on driver load. While on driver unload, destroy_comp_eqs() performs the equivalent job. In preparation for dynamic EQ creation, replace create_comp_eqs() / destroy_comp_eqs() with create_comp_eq() / destroy_comp_eq() functions which will receive a vector index and allocate/destroy an EQ for that specific vector. Thus, allowing more flexibility in the management of completion EQs. Signed-off-by: Maher Sanalla <[email protected]> Reviewed-by: Shay Drory <[email protected]> Reviewed-by: Moshe Shemesh <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions