Date: Fri, 03 Feb 2023 17:01:49 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 209581] igb vf driver does not correctly handle vlan tag Message-ID: <bug-209581-7501-BYCrKvwKn7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209581-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-209581-7501@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 Piotr Kubaj <pkubaj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pkubaj@FreeBSD.org Status|New |Closed Resolution|--- |Overcome By Events --- Comment #8 from Piotr Kubaj <pkubaj@FreeBSD.org> --- Patch from comment 4 doesn't apply anymore. In if_em.c the code around e1000_rlpml_set_vf looks like: if (sc->vf_ifp) e1000_rlpml_set_vf(hw, psize); else E1000_WRITE_REG(hw, E1000_RLPML, psize); There is no return to be removed. Since the patch doesn't apply anymore and there is no recent information about this bug on a supported release, I'm closing this PR. Please reopen if the issue is still valid. --=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-7501-BYCrKvwKn7>