hyperv/hn: Enable multi-packet RNDIS message support by default.
MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8621
This commit is contained in:
parent
71e8ac5696
commit
fa915c4d20
@ -465,7 +465,7 @@ SYSCTL_INT(_hw_hn, OID_AUTO, tx_agg_size, CTLFLAG_RDTUN,
|
||||
&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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user