diff options
author | Piotr Raczynski <[email protected]> | 2023-05-15 21:03:18 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-05-16 09:38:38 -0700 |
commit | cfebc0a36ea5518d6b32a6999da5accf0a94fafa (patch) | |
tree | 88ada2e93091ff1031061fdce47b34a52c98e1a3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4aad5335969f25c4dc966a15c5497db3718538bb (diff) |
ice: track interrupt vectors with xarray
Replace custom interrupt tracker with generic xarray data structure.
Remove all code responsible for searching for a new entry with xa_alloc,
which always tries to allocate at the lowes possible index. As a result
driver is always using a contiguous region of the MSIX vector table.
New tracker keeps ice_irq_entry entries in xarray as opaque for the rest
of the driver hiding the entry details from the caller.
Reviewed-by: Jacob Keller <[email protected]>
Reviewed-by: Michal Swiatkowski <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Piotr Raczynski <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions