summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorHannes Reinecke <hare@kernel.org>2025-06-05 08:20:14 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2025-06-09 21:30:14 -0400
commit8b0b14614c1566de7857d6ee29e27ec9ac740578 (patch)
treeb58d8e57a135070ead47a8019ff35f994de19378 /tools/perf/scripts/python/parallel-perf.py
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (diff)
scsi: fcoe: Remove fcoe_select_cpu()
The function fcoe_select_cpu() is just used to distribute incoming skbs which start a new FC command sequence. But the network stack already received (and processed) that skb, and there is a _really_ good chance that all subsequent skbs for this sequence will be handled with the same CPU. So we should just use the CPU on which this skb was allocated on and save ourselves some overhead due to pointless scheduling. Signed-off-by: Hannes Reinecke <hare@kernel.org> Link: https://lore.kernel.org/r/20250605062014.105302-1-hare@kernel.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions