linux/drivers/scsi/fcoe
Hannes Reinecke 8b0b14614c 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>
2025-06-09 21:30:14 -04:00
..
fcoe.c scsi: fcoe: Remove fcoe_select_cpu() 2025-06-09 21:30:14 -04:00
fcoe.h
fcoe_ctlr.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
fcoe_sysfs.c scsi: fcoe: Simplify alloc_ordered_workqueue() invocations 2024-08-22 21:28:56 -04:00
fcoe_transport.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
libfcoe.h
Makefile