[Bug 253473] Possible bug in iflib, observed with vmxnet3 driver on ESXI servers
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 16 19:02:49 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253473
--- Comment #1 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=922cf8ac43adc9983f9a9e05cfd838306c1ef483
commit 922cf8ac43adc9983f9a9e05cfd838306c1ef483
Author: Allan Jude <allanjude at FreeBSD.org>
AuthorDate: 2021-02-14 18:39:09 +0000
Commit: Allan Jude <allanjude at FreeBSD.org>
CommitDate: 2021-02-16 19:02:00 +0000
Use iflib_if_init_locked() during media change instead of
iflib_init_locked().
iflib_init_locked() assumes that iflib_stop() has been called, however,
it is not called for media changes.
iflib_if_init_locked() calls stop then init, so fixes the problem.
PR: 253473
MFC after: 3 days
Reviewed by: markj
Sponsored by: Juniper Networks, Inc., Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D28667
sys/net/iflib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list