]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
em(4): Always reinit interface when adding/removing VLAN
authorEric Joyner <erj@FreeBSD.org>
Thu, 11 Jun 2020 15:59:49 +0000 (15:59 +0000)
committerEric Joyner <erj@FreeBSD.org>
Thu, 11 Jun 2020 15:59:49 +0000 (15:59 +0000)
commit104d75a0514ed2af511b5ca7885206c01171ed0f
treec4dfb5bf9f8fe0234148e2d348c506bcb1c32233
parent20994eafc4056386e980b431739041ff694fc712
em(4): Always reinit interface when adding/removing VLAN

This partially reverts r361053 since there have been reports
by users that this breaks some functionality for em(4)
devices; it seems at first glance that some sort of interface
restart is required for those cards.

This isn't a proper fix; this unbreaks those users until a proper
fix is found for their issues.

PR: 240818
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
MFC after: 3 days
sys/dev/e1000/if_em.c