CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/21 13:49:06
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Refactor vmx(4) receive offloading.
- avoid combination of M_TCP_CSUM_IN_OK and M_UDP_CSUM_IN_OK
- remove useless letoh32() calls
- simplify the IPv4 checksum flag check
ok bluhm@
