]> asedeno.scripts.mit.edu Git - linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 05:30:44 +0000 (22:30 -0700)
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>
drivers/hv/channel_mgmt.c

index 00ba3f36f193795ba09bce7c97091229e5b2b530..30613dfa38b31047622ac250e64d67e45ce2d0eb 100644 (file)
@@ -347,6 +347,7 @@ enum {
        IDE = 0,
        SCSI,
        NIC,
+       ND_NIC,
        MAX_PERF_CHN,
 };