Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147045243
D5880.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
759 B
Referenced Files
None
Subscribers
None
D5880.diff
View Options
Index: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
+++ head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
@@ -282,12 +282,12 @@
SYSCTL_INT(_hw_hn, OID_AUTO, use_if_start, CTLFLAG_RDTUN,
&hn_use_if_start, 0, "Use if_start TX method");
-static int hn_chan_cnt = 1;
+static int hn_chan_cnt = 0;
SYSCTL_INT(_hw_hn, OID_AUTO, chan_cnt, CTLFLAG_RDTUN,
&hn_chan_cnt, 0,
"# of channels to use; each channel has one RX ring and one TX ring");
-static int hn_tx_ring_cnt = 1;
+static int hn_tx_ring_cnt = 0;
SYSCTL_INT(_hw_hn, OID_AUTO, tx_ring_cnt, CTLFLAG_RDTUN,
&hn_tx_ring_cnt, 0, "# of TX rings to use");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 8, 9:13 PM (12 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29388293
Default Alt Text
D5880.diff (759 B)
Attached To
Mode
D5880: hyperv/hn: Enable vRSS, aka multiple TX/RX rings by default
Attached
Detach File
Event Timeline
Log In to Comment