On 15.4.2011 12:49, Reyk Floeter wrote:
On Thu, Apr 14, 2011 at 04:37:31PM +0000, Stuart Henderson wrote:
01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.3.3.2 tell 10.3.3.1

your config is OK, something is broken there. I guess this will make
it function but it's not a correct fix.


well, it works fine on the 82598 (heavily tested and used in
production here) but seems to be broken on the 82599.  it is either a
hardware bug on the 82599 or related to the fact that it uses slighlty
different advanced descriptors.  this should be a more accurate
workaround for now (until we're able to fix it on the 82599):

#if NVLAN>  0
         if (hw->mac.type == ixgbe_mac_82598EB)
                 ifp->if_capabilities |= IFCAP_VLAN_HWTAGGING;
#endif


hello,


i tried this patch and it's the same thing

tcpdump on ix0 - interface connected to switch

# tcpdump -i ix0
tcpdump: listening on ix0, link-type EN10MB
15:38:30.408371 802.1Q vid 0 pri 0 802.1Q vid 5 pri 0 SSTP RSTP config flags=7c<LEARNING,FORWARDING,AGREED> role=DESIGNATED root=1005.8:17:f4:24:af:0 rootcost=2000 bridge=2005.8:17:f4:24:b9:0 port=17 ifcost=128 age=1/0 max=20/0 hello=2/0 fwdelay=15/0 15:38:30.408847 802.1Q vid 0 pri 0 802.1Q vid 10 pri 0 SSTP RSTP config flags=7c<LEARNING,FORWARDING,AGREED> role=DESIGNATED root=100a.8:17:f4:24:af:0 rootcost=2000 bridge=200a.8:17:f4:24:b9:0 port=17 ifcost=128 age=1/0 max=20/0 hello=2/0 fwdelay=15/0 15:38:30.409304 802.1Q vid 0 pri 0 802.1Q vid 11 pri 0 SSTP RSTP config flags=7c<LEARNING,FORWARDING,AGREED> role=DESIGNATED root=100b.8:17:f4:24:af:0 rootcost=2000 bridge=200b.8:17:f4:24:b9:0 port=17 ifcost=128 age=1/0 max=20/0 hello=2/0 fwdelay=15/0 15:38:30.409776 802.1Q vid 0 pri 0 802.1Q vid 12 pri 0 SSTP RSTP config flags=7c<LEARNING,FORWARDING,AGREED> role=DESIGNATED root=100c.8:17:f4:24:af:0 rootcost=2000 bridge=200c.8:17:f4:24:b9:0 port=17 ifcost=128 age=1/0 max=20/0 hello=2/0 fwdelay=15/0 15:38:30.410235 802.1Q vid 0 pri 0 802.1Q vid 13 pri 0 SSTP RSTP config flags=7c<LEARNING,FORWARDING,AGREED> role=DESIGNATED root=100d.8:17:f4:24:af:0 rootcost=2000 bridge=200d.8:17:f4:24:b9:0 port=17 ifcost=128 age=1/0 max=20/0 hello=2/0 fwdelay=15/0 15:38:30.410710 802.1Q vid 0 pri 0 802.1Q vid 14 pri 0 SSTP RSTP config flags=7c<LEARNING,FORWARDING,AGREED> role=DESIGNATED root=100e.8:17:f4:24:af:0 rootcost=2000 bridge=200e.8:17:f4:24:b9:0 port=17 ifcost=128 age=1/0 max=20/0 hello=2/0 fwdelay=15/0

every inbound traffic is tagged with vlan0, outbound traffic is not tagged .. will post more tcpdumps later ...


OpenBSD 4.9-current (GENERIC) #0: Fri Apr 15 14:52:58 CEST 2011
    r...@rtr1.she.lan:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 6428266496 (6130MB)
avail mem = 6243127296 (5953MB)
mainbus0 at root


thank you ..

--
/hrvoje

Reply via email to