aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2015-08-01 16:08:21 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-04 22:30:44 -0700
commit379e4f756b915bcc35958365e5d1326b3b54efce (patch)
tree32582a02758af9c5bfc1ca0658628edf500d55b0 /drivers/hv
parentmshyperv: fix recognition of Hyper-V guest crash MSR's (diff)
downloadlinux-dev-379e4f756b915bcc35958365e5d1326b3b54efce.tar.xz
linux-dev-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')
-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,
};