freebsd-dev/sys/dev/virtio
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
..
balloon virtio_balloon: Add modern (V1) support 2021-01-19 04:55:23 +00:00
block virtio_blk: Use DISKFLAG_WRITE_PROTECT for RO disks 2021-01-19 04:55:24 +00:00
console virtio_console: Add modern (V1) support 2021-01-19 04:55:24 +00:00
mmio virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
network if_vtnet: Support VIRTIO_NET_F_MTU 2021-01-19 04:55:24 +00:00
pci virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
random virtio_random: Add modern (V1) support 2021-01-19 04:55:23 +00:00
scsi virtio_scsi: Add modern (V1) support 2021-01-19 04:55:24 +00:00
virtio_bus_if.m virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_config.h
virtio_endian.h virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_ids.h
virtio_if.m
virtio_ring.h
virtio.c virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
virtio.h virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
virtqueue.c virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00
virtqueue.h virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00