[PATCH] Part 2 of low level 802.1p priority support

Bruce M. Simpson bms at FreeBSD.org
Sat Feb 10 18:28:44 UTC 2007


This updated patch moves VLAN tag decapsulation into if_ethersubr.c and 
always uses M_VLANTAG, which is also passed to the upper layer.

Tests with ping:
fxp (no VLAN_HWTAGGING support)      OK
msk (VLAN_HWTAGGING enabled)         OK
msk (VLAN_HWTAGGING disanabled)     FAIL

I am concerned that this may need review and testing to support 
situations where we do nested VLANs or with bridge(4) before it can be 
committed.

Further testing with drivers is needed (I can't be 100% sure it fails 
with msk(4) because something strange is happening when vlan tagging is 
turned off). Perhaps Pyun knows?

Regards,
BMS


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 8021q-part2.diff
Type: text/x-patch
Size: 4984 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20070210/a0c838b3/8021q-part2.bin


More information about the freebsd-net mailing list