opnsense-src/sys/dev/virtio/network
Luiz Otavio O Souza 18ea5bc166 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")

(cherry picked from commit 5afe81a7b2)
2021-08-05 22:04:04 +02:00
..
if_vtnet.c if_vtnet: Fix pointer-sign and used parameter warnings 2021-07-05 10:46:11 +01:00
if_vtnetvar.h virtio: enable VTNET_LEGACY_TX when ALTQ is enabled. 2021-08-05 22:04:04 +02:00
virtio_net.h if_vtnet: Add initial modern (V1) support 2021-01-19 04:55:24 +00:00