freebsd-dev/sys/dev/virtio/network
Bryan Venteicher aabdf5b6e8 if_vtnet: Support VIRTIO_NET_F_MTU
This feature lets the guest driver know the maximum MTU size
supported by the host device. If set, use this to limit the
acceptable MTUs, and improve how the receive mbuf cluster size
then is selected.

Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27907
2021-01-19 04:55:24 +00:00
..
if_vtnet.c if_vtnet: Support VIRTIO_NET_F_MTU 2021-01-19 04:55:24 +00:00
if_vtnetvar.h if_vtnet: Support VIRTIO_NET_F_MTU 2021-01-19 04:55:24 +00:00
virtio_net.h if_vtnet: Add initial modern (V1) support 2021-01-19 04:55:24 +00:00