CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/09 10:25:28
Modified files:
sbin/ifconfig : ifconfig.8 ifconfig.c
sys/dev/pv : if_vio.c
sys/net : if.h if_vlan.c
Log message:
Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).
Add IFCAP_VLAN_HWOFFLOAD to signal hardware like vio(4) can handle
checksum or TSO offloading with inline VLAN tags.
tested by Mark Patruck, sf@ and bluhm@
ok sf@ and bluhm@
