diff options
| author | Nelson Escobar <[email protected]> | 2024-11-13 23:56:34 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-11-15 15:38:40 -0800 |
| commit | 231646cb6a8cc4e94943daf223d72aefe242ec23 (patch) | |
| tree | ae39f5178d763d4f278bc4a8971f60204cdcf588 /tools/perf/scripts/python | |
| parent | b67609c9315397789a3c497e08779b00d8cf4621 (diff) | |
enic: Make MSI-X I/O interrupts come after the other required ones
The VIC hardware has a constraint that the MSIX interrupt used for errors
be specified as a 7 bit number. Before this patch, it was allocated after
the I/O interrupts, which would cause a problem if 128 or more I/O
interrupts are in use.
So make the required interrupts come before the I/O interrupts to
guarantee the error interrupt offset never exceeds 7 bits.
Co-developed-by: John Daley <[email protected]>
Signed-off-by: John Daley <[email protected]>
Co-developed-by: Satish Kharat <[email protected]>
Signed-off-by: Satish Kharat <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Nelson Escobar <[email protected]>
Reviewed-by: Vadim Fedorenko <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions