CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/09/18 09:16:30
Modified files:
share/man/man9 : mbuf.9
sys/dev/ic : xl.c
sys/dev/pci : if_bge.c if_san_xilinx.c if_ti.c if_txp.c
sys/sys : mbuf.h
Log message:
Introduce the infrastructure required to support hardware VLAN tag
stripping: Add a field to the mbuf pkthdr to hold the tag and an
mbuf flag that tells if the tag is valid. Inspired by FreeBSD.
Struct packing suggested by [EMAIL PROTECTED] csum_flags is now 16 bits.
Adapt to this in the drivers.
ok reyk@, henning@