CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/26 13:24:02
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio(4): Fix hardmtu without MRG_RXBUF
Without VIRTIO_NET_F_MRG_RXBUF, we cannot chain several buffers together
and we can only receive packets up to the length of the buffers we put
into the ring.
OK bluhm@
