CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/30 01:07:24
Modified files:
sys/dev/pci : if_vio.c
share/man/man4 : vio.4
Log message:
Support large MTUs
Add support for the VIRTIO_NET_F_MRG_RXBUF feature, i.e. allow to
chain several rx buffers when receiving large packets.
This requires to put the rx meta data headers at the beginning of
the mbuf cluster instead of dedicated buffers.
ok mikeb@
