CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/28 06:11:26
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio(4): fix jumbo frames
vio_rx_offload() was called too early. So, the consistency checks
of ether_extact() cause wrong packet detection and wrong checkums.
also tested by bluhm
ok bluhm@
