Date: Thu, 18 May 2017 21:28:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 219390] [ixgbe] [patch] ixgbe stripping vlan_tag by default Message-ID: <bug-219390-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219390 Bug ID: 219390 Summary: [ixgbe] [patch] ixgbe stripping vlan_tag by default Product: Base System Version: 10.3-STABLE Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: halfling@halfling.com.br Keywords: patch Created attachment 182723 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182723&action=edit if_ix.c is missing vlan hwtagging check There is a conditional check missing in if_ix.c file in ixgbe_init_locked() function before ixgbe_setup_vlan_hw_support() call. It lets to strip vlan tag (vlanhwtag) even if the option is disabled on interface. My patch attached fix this issue. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219390-8>
