diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2015-08-02 02:08:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-05 08:30:44 +0300 |
commit | 379e4f756b915bcc35958365e5d1326b3b54efce (patch) | |
tree | 32582a02758af9c5bfc1ca0658628edf500d55b0 /drivers/hv/channel_mgmt.c | |
parent | cc2dd4027a43bb36c846f195a764edabc0828602 (diff) | |
download | linux-379e4f756b915bcc35958365e5d1326b3b54efce.tar.xz |
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.c | 1 |
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, }; |