CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/13 04:13:54
Modified files:
sys/dev/pci : if_aq_pci.c
Log 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@
