Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2017 08:57:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 209581] igb vf driver does not correctly handle vlan tag
Message-ID:  <bug-209581-2472-4ULqj1IT7V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209581-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209581-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209581

Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kaho@elam.kais.kyoto-u.ac.j
                   |                            |p

--- Comment #4 from Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> ---
(In reply to ingenium from comment #3)
Please try a patch for 11-stable. I don't test it.
This functionality seems to be dropped from 12-current's iflib if_em.c.

Index: sys/dev/e1000/if_igb.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/dev/e1000/if_igb.c      (revision 314587)
+++ sys/dev/e1000/if_igb.c      (working copy)
@@ -5327,7 +5327,6 @@
        if (adapter->vf_ifp) {
                e1000_rlpml_set_vf(hw,
                    adapter->max_frame_size + VLAN_TAG_SIZE);
-               return;
        }

        reg =3D E1000_READ_REG(hw, E1000_CTRL);

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209581-2472-4ULqj1IT7V>