>-----Original Message----- >From: Fred Klassen [mailto:[email protected]] >Sent: Tuesday, May 20, 2014 10:32 AM >To: [email protected] >Subject: [E1000-devel] Spanning tree packets missing in >ixgbe (82599) > >Hi, > >I'm trying to understand why I cannot receive classic STP or >RSTP packets. When sending the STP_only.pcap file with >tcpreplay we see "rx_errors" with ethtool, and notice that >the 82599 RLEC (Receive Length Error Count) increments. If I >send the pattern to a 82574L (e1000e) the packets arrive.
RLEC - this register increments if an incoming packet length field in the MAC header does not match the packet length. We see this all the time where some switches generate these packets. If you already have the packet you should be able to inspect it and check the length reported in the MAC header. This feature is new for 82599 - that is why these packets are not dropped in older HW. Thanks, Emil > >Also, we note that MSTP (802.1s) does appear to work on >82599. > >I am using the 3.18.7 ixgbe driver from Sourceforge. > >Thanks, Fred. > > ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
