CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2011/11/27 09:10:23
Modified files: sys/dev/pci : if_ix.c Log message: Checksum fix from reyk (rev1.31) that was lost during update: Fix the IP ckecksum offloading logic that disables and breaks offloading if the packet is neither TCP nor UDP because of an erroneous "default" case. No functional change in the default build because IP checksum offloading is currently disabled in ix(4). Tested on 82598 and 82599 (though checksums are still disabled by default). ok claudio