freebsd-dev/sys/dev/virtio/network
Luiz Otavio O Souza 5afe81a7b2 virtio: enable VTNET_LEGACY_TX when ALTQ is enabled.
ALTQ only works on network drivers which use if_start (rather than
if_transmit). vtnet uses if_start if built with VTNET_LEGACY_TX. Default
to that the kernel is built with ALTQ enabled, to reduce user surprise.

MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-07-29 07:54:39 +02:00
..
if_vtnet.c Fix vtnet TCP lro panic 2021-04-19 17:06:34 +01:00
if_vtnetvar.h virtio: enable VTNET_LEGACY_TX when ALTQ is enabled. 2021-07-29 07:54:39 +02:00
virtio_net.h