Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).
authorjan <jan@openbsd.org>
Sun, 9 Jun 2024 16:25:27 +0000 (16:25 +0000)
committerjan <jan@openbsd.org>
Sun, 9 Jun 2024 16:25:27 +0000 (16:25 +0000)
commit1a9be79712301e20fcea43efea0745b6d6b7ffd2
tree7696c94d2fad086e627ebd9f66e0a9ba3cc11efb
parent47388f99e7663fc17cda728e5465e7be984e8ff1
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@
sbin/ifconfig/ifconfig.8
sbin/ifconfig/ifconfig.c
sys/dev/pv/if_vio.c
sys/net/if.h
sys/net/if_vlan.c