mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-19 12:00:00 +00:00
Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs
We cycle through all the "high performance" channels to distribute load across the available CPUs. Process the NetworkDirect as a high performance device. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cc2dd4027a
commit
379e4f756b
@ -347,6 +347,7 @@ enum {
|
||||
IDE = 0,
|
||||
SCSI,
|
||||
NIC,
|
||||
ND_NIC,
|
||||
MAX_PERF_CHN,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user