Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical

For performance critical devices, we distribute the incoming
channel interrupt load across available CPUs in the guest.
Include Fibre channel devices in the set of devices for which
we would distribute the interrupt load.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

K. Y. Srinivasan and committed by
Greg Kroah-Hartman
879a650a 77b744a5

+3
+3
drivers/hv/channel_mgmt.c
··· 361 361 enum { 362 362 IDE = 0, 363 363 SCSI, 364 + FC, 364 365 NIC, 365 366 ND_NIC, 366 367 PCIE, ··· 378 377 { HV_IDE_GUID, }, 379 378 /* Storage - SCSI */ 380 379 { HV_SCSI_GUID, }, 380 + /* Storage - FC */ 381 + { HV_SYNTHFC_GUID, }, 381 382 /* Network */ 382 383 { HV_NIC_GUID, }, 383 384 /* NetworkDirect Guest RDMA */