[Bug 209581] igb vf driver does not correctly handle vlan tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 17:01:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209581 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. -- You are receiving this mail because: You are the assignee for the bug.