CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/02/24 02:40:01
Modified files:
sys/dev/pci : if_ix.c if_vmx.c
sys/dev/pv : if_vio.c
sys/net : if.c if_aggr.c if_bpe.c if_trunk.c if_vlan.c
if_vxlan.c
sys/netinet : ip_carp.c
Log message:
Refactor LRO turn off code
Its easier to turn off LRO via ioctl calls inside of several
hardware and pseudo interfaces. Thus, we avoid manipulating
internal data structures form the outside and avoid unnecessary
reinitializations.
Tested by bluhm@
OK bluhm@