OpenBSD cvs log

created 2022-03-20T19:00:36Z
begin 2022-03-13T08:04:38Z
end 2022-03-13T10:13:54Z
path src/sys
commits 1

date 2022-03-13T10:13:54Z
author jmatthew
files src/sys/dev/pci/if_aq_pci.c log diff annotate
message 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@