diff options
author | Przemek Kitszel <[email protected]> | 2024-06-17 15:24:07 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-06-28 13:07:24 -0700 |
commit | 0f0023c649c7bc50543fbe6e1801eb6357b8bd63 (patch) | |
tree | 26533d956e9728e8d420a45a649a5a68ff7883ff /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | fdd288e9b7647557c51a28e72fd1003e3a9bf906 (diff) |
ice: do not init struct ice_adapter more times than needed
Allocate and initialize struct ice_adapter object only once per physical
card instead of once per port. This is not a big deal by now, but we want
to extend this struct more and more in the near future. Our plans include
PTP stuff and a devlink instance representing whole-device/physical card.
Transactions requiring to be sleep-able (like those doing user (here ice)
memory allocation) must be performed with an additional (on top of xarray)
mutex. Adding it here removes need to xa_lock() manually.
Since this commit is a reimplementation of ice_adapter_get(), a rather new
scoped_guard() wrapper for locking is used to simplify the logic.
It's worth to mention that xa_insert() use gives us both slot reservation
and checks if it is already filled, what simplifies code a tiny bit.
Reviewed-by: Wojciech Drewek <[email protected]>
Signed-off-by: Przemek Kitszel <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: Michal Schmidt <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions