Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159564304
D5273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
621 B
Referenced Files
None
Subscribers
None
D5273.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
@@ -465,6 +465,13 @@
hn_tx_chimney_size < sc->hn_tx_chimney_max)
sc->hn_tx_chimney_size = hn_tx_chimney_size;
+ /*
+ * Always schedule transmission instead of trying
+ * to do direct transmission. This one gives the
+ * best performance so far.
+ */
+ sc->hn_sched_tx = 1;
+
ctx = device_get_sysctl_ctx(dev);
child = SYSCTL_CHILDREN(device_get_sysctl_tree(dev));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 16, 6:17 PM (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33997288
Default Alt Text
D5273.diff (621 B)
Attached To
Mode
D5273: hyperv/hn: Always do transmission scheduling.
Attached
Detach File
Event Timeline
Log In to Comment