Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2021 20:45:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 253473] Possible bug in iflib, observed with vmxnet3 driver on ESXI servers
Message-ID:  <bug-253473-7501-ZyLa8Jgnqe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253473-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253473-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=3D253473

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D18f552e647f556dcbbebc627f534d1517=
2e7b6a3

commit 18f552e647f556dcbbebc627f534d15172e7b6a3
Author:     Allan Jude <allanjude@FreeBSD.org>
AuthorDate: 2021-02-14 18:39:09 +0000
Commit:     Allan Jude <allanjude@FreeBSD.org>
CommitDate: 2021-02-19 20:39:16 +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
    Sponsored by:   Juniper Networks, Inc., Klara, Inc.

    (cherry picked from commit 922cf8ac43adc9983f9a9e05cfd838306c1ef483)

 sys/net/iflib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=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-253473-7501-ZyLa8Jgnqe>