CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/15 03:56:53
Modified files:
sys/dev/pci : if_ix.c
Log message:
Fix bogus packet length calculation in the RX/LRO path, which can lead to
TSO tagging forwarded packets which shouldn't. This will also fix the em(4)
watchdog timeouts seen after the em(4) TSO commit.
Thanks to Hrvoje Popovski for providing the infrastructure the reproduce
the issue, and test the fix.
Discussed with bluhm@. OK claudio@
