Page MenuHomeFreeBSD

D8621.diff
No OneTemporary

D8621.diff

Index: head/sys/dev/hyperv/netvsc/if_hn.c
===================================================================
--- head/sys/dev/hyperv/netvsc/if_hn.c
+++ head/sys/dev/hyperv/netvsc/if_hn.c
@@ -465,7 +465,7 @@
&hn_tx_agg_size, 0, "Packet transmission aggregation size limit");
/* Packet transmission aggregation count limit */
-static int hn_tx_agg_pkts = 0;
+static int hn_tx_agg_pkts = -1;
SYSCTL_INT(_hw_hn, OID_AUTO, tx_agg_pkts, CTLFLAG_RDTUN,
&hn_tx_agg_pkts, 0, "Packet transmission aggregation packet limit");

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 13, 3:49 PM (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15783749
Default Alt Text
D8621.diff (536 B)

Event Timeline