[Bug 219390] [ixgbe] [patch] ixgbe stripping vlan_tag by default

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 18 21:28:37 UTC 2017


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 at FreeBSD.org
          Reporter: halfling at 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.


More information about the freebsd-bugs mailing list