CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/17 01:58:38
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio(4): Fix TSO without MRG_RXBUF
If MRG_RXBUF is not negotiated, Tx mappings should be large enough for
max. TSO packets of MAXMCLBYTES.
With tweaks from sf@
ok sf@
