CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2019/09/14 19:57:19
Modified files: sys/dev/pci : if_iavf.c Log message: Implement hardware vlan tagging. Packets delivered to virtual functions get the tag stripped and copied into the rx descriptor unconditionally, so for symmetry we should tag outgoing packets with the tx descriptor.