forked from Mellanox/mlnx-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofed_scripts/show_irq_affinity.sh: Add CPU number to the script output
Example: show_irq_affinity.sh mlx5_0 show_cpu_number Note: without the show_cpu_number flag, the output will be as it was. output before: 124: 0,00000001 125: 0,00000002 126: 0,00000004 127: 0,00000008 128: 0,00000010 129: 0,00000020 130: 0,00000040 output after: 124 (cpu #0): 0,00000001 125 (cpu Mellanox#1): 0,00000002 126 (cpu Mellanox#2): 0,00000004 127 (cpu Mellanox#3): 0,00000008 128 (cpu Mellanox#4): 0,00000010 129 (cpu Mellanox#5): 0,00000020 130 (cpu Mellanox#6): 0,00000040 Signed-off-by: Guy Twig <[email protected]> Signed-off-by: Vladimir Sokolovsky <[email protected]>
- Loading branch information
1 parent
8d25da7
commit c366492
Showing
3 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
sep=; | ||
Change-Id=I1fe60563bb3fc1b256aa6c01bb264a7c44cc2626; subject=ofed_scripts/show_irq_affinity.sh: Add CPU number to the script output; feature=ofed_scripts; upstream_status=ignore; general=; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters