freebsd-dev/sys/dev/msk
Pyun YongHyeon b5898b804f Add work around for hardware Tx checksum offload bug in Yukon II.
Yukon II generated corrupted TCP checksum for short TCP packets
that's less than 60 bytes in size(e.g. window probe packet, pure ACK
packet etc). Padding the frame with zeros to make the frame minimum
ethernet frame size didn't work at all. Instead of dropping Tx
checksum offload support we calculate TCP checksum with S/W method
when we encounter short TCP frames.
Fortunately it seems that short UDP datagrams appear to be handled
correctly by Yukon II.

While I'm here simplify ethernet/VLAN header size calculation logic.

PR:	111384
2007-04-11 00:47:29 +00:00
..
if_msk.c Add work around for hardware Tx checksum offload bug in Yukon II. 2007-04-11 00:47:29 +00:00
if_mskreg.h Piggyback watchdog timer handling with msk_tick which is called every 2006-12-29 04:55:38 +00:00