Enable vlan promisc and header stripping, and use vlan rx/tx offloads.
authorjmatthew <jmatthew@openbsd.org>
Sun, 13 Mar 2022 10:13:54 +0000 (10:13 +0000)
committerjmatthew <jmatthew@openbsd.org>
Sun, 13 Mar 2022 10:13:54 +0000 (10:13 +0000)
commit31f14b8959c4902c5504528a05abafcf6623564a
treecf35c8b8ad9d48072372d41c8168a125b9f334d0
parent78d5ff0ec949396ff3bbc97f51b741a17179ba18
Enable vlan promisc and header stripping, and use vlan rx/tx offloads.
The vlan tx information takes up an extra slot on the tx ring, so this
affects the point at which we stop putting packets on the ring too.

ok dlg@
sys/dev/pci/if_aq_pci.c