CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2023/05/16 08:32:54

Modified files:
        sbin/ifconfig  : ifconfig.8 ifconfig.c 
        sys/dev/pci    : if_ix.c 
        sys/net        : if.c if.h if_aggr.c if_bridge.c if_tpmr.c 
                         if_veb.c if_vlan.c 
        sys/netinet    : ip_carp.c 

Log message:
Use separate IFCAPs for LRO and TSO.

This diff introduces separate capabilities for TCP offloading.  We split this
into LRO (large receive offloading) and TSO (TCP segmentation offloading).
LRO can be turned on/off via tcprecvoffload option of ifconfig and is not
inherited to sub interfaces.

TSO is inherited by sub interfaces to signal this hardware offloading capability
to the network stack.

With tweaks from bluhm, claudio and dlg

ok bluhm, claudio

Reply via email to