Date: Sat, 4 Dec 2010 01:43:38 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ixgbe ixgbe.c Message-ID: <201012040143.oB41hocS028564@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-12-04 01:43:38 UTC FreeBSD src repository Modified files: sys/dev/ixgbe ixgbe.c Log: SVN rev 216171 on 2010-12-04 01:43:38Z by jfv This small little change is a bug that drove me nuts finding. The test to compare the mbuf m_len against a fixed value and then returning needs to be removed. When using VLANS and doing HW_TAGGING, and IPV6, the ICMP6 packets actually fail this condition, the constant assumes that the tag is IN the frame, and its not, so the length is actually tiny. Furthermore, I'm not sure what the point was to just return?? MFC after: 3 days Revision Changes Path 1.43 +1 -5 src/sys/dev/ixgbe/ixgbe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012040143.oB41hocS028564>