summaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel_mgmt.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan2015-08-02 01:08:21 +0200
committerGreg Kroah-Hartman2015-08-05 07:30:44 +0200
commit379e4f756b915bcc35958365e5d1326b3b54efce (patch)
tree32582a02758af9c5bfc1ca0658628edf500d55b0 /drivers/hv/channel_mgmt.c
parentmshyperv: fix recognition of Hyper-V guest crash MSR's (diff)
downloadkernel-qcow2-linux-379e4f756b915bcc35958365e5d1326b3b54efce.tar.gz
kernel-qcow2-linux-379e4f756b915bcc35958365e5d1326b3b54efce.tar.xz
kernel-qcow2-linux-379e4f756b915bcc35958365e5d1326b3b54efce.zip
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>
Diffstat (limited to 'drivers/hv/channel_mgmt.c')
-rw-r--r--drivers/hv/channel_mgmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c
index 00ba3f36f193..30613dfa38b3 100644
--- a/drivers/hv/channel_mgmt.c
+++ b/drivers/hv/channel_mgmt.c
@@ -347,6 +347,7 @@ enum {
IDE = 0,
SCSI,
NIC,
+ ND_NIC,
MAX_PERF_CHN,
};