projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc2dd40
)
Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUs
author
K. Y. Srinivasan
<
[email protected]
>
Sat, 1 Aug 2015 23:08:21 +0000
(16:08 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/hv/channel_mgmt.c
patch
|
blob
|
history
diff --git
a/drivers/hv/channel_mgmt.c
b/drivers/hv/channel_mgmt.c
index 00ba3f36f193795ba09bce7c97091229e5b2b530..30613dfa38b31047622ac250e64d67e45ce2d0eb 100644
(file)
--- 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,
};