]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs
authorK. Y. Srinivasan <kys@microsoft.com>
Sat, 1 Aug 2015 23:08:21 +0000 (16:08 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 26 Feb 2016 02:29:02 +0000 (18:29 -0800)
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>
(cherry picked from commit 379e4f756b915bcc35958365e5d1326b3b54efce)

Orabug: 21886720
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
drivers/hv/channel_mgmt.c

index 336204dab8138c359243acfa7fb7fe27d7ed75ba..5f6c46e571f9a422653436d0525a00a0f697fea4 100644 (file)
@@ -341,6 +341,7 @@ enum {
        IDE = 0,
        SCSI,
        NIC,
+       ND_NIC,
        MAX_PERF_CHN,
 };