diff options
| author | Kalesh AP <[email protected]> | 2023-05-18 23:48:13 -0700 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2023-05-19 13:26:18 -0300 |
| commit | ff2e4bfd162cf66a112a81509e419805add44d64 (patch) | |
| tree | c55937ce9c9db135d3ca02086bc4497d65facfc3 /tools/perf/scripts/python | |
| parent | 9b3ee47796f529e5bc31a355d6cb756d68a7079a (diff) | |
RDMA/bnxt_re: Use unique names while registering interrupts
bnxt_re currently uses the names "bnxt_qplib_creq" and "bnxt_qplib_nq-0"
while registering IRQs. There is no way to distinguish the IRQs of
different device ports when there are multiple IB devices registered.
This could make the scenarios worse where one want to pin IRQs of a device
port to certain CPUs.
Fixed the code to use unique names which has PCI BDF information while
registering interrupts like: "bnxt_re-nq-0@pci:0000:65:00.0" and
"bnxt_re-creq@pci:0000:65:00.1".
Fixes: 1ac5a4047975 ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Bhargava Chenna Marreddy <[email protected]>
Signed-off-by: Kalesh AP <[email protected]>
Signed-off-by: Selvin Xavier <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions