Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170761634
D5273.id13284.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
606 B
Referenced Files
None
Subscribers
None
D5273.id13284.diff
View Options
Index: sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
===================================================================
--- sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
+++ 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
Mon, Sep 7, 11:43 AM (18 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38413740
Default Alt Text
D5273.id13284.diff (606 B)
Attached To
Mode
D5273: hyperv/hn: Always do transmission scheduling.
Attached
Detach File
Event Timeline
Log In to Comment