From: K. Y. Srinivasan Date: Sat, 1 Aug 2015 23:08:21 +0000 (-0700) Subject: Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs X-Git-Tag: v4.1.12-92~196^2~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=856d67c55522e7956a535b698830c8d6aad8524d;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Greg Kroah-Hartman (cherry picked from commit 379e4f756b915bcc35958365e5d1326b3b54efce) Orabug: 21886720 Signed-off-by: Jason Luo --- diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 336204dab8138..5f6c46e571f9a 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c @@ -341,6 +341,7 @@ enum { IDE = 0, SCSI, NIC, + ND_NIC, MAX_PERF_CHN, };