[Bug 225312] panic: Assertion if_getdrvflags(ifp) == i failed at /usr/src/sys/net/iflib.c:2201
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 22 20:57:10 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225312
--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:
Author: erj
Date: Mon Jan 22 20:56:21 UTC 2018
New revision: 328265
URL: https://svnweb.freebsd.org/changeset/base/328265
Log:
ixv(4): Stop setting editing ifnet flags in ixv_if_init()
In iflib, the device-specific init() function isn't supposed to edit
the struct ifnet driver flags. If it does, it'll cause an MPASS() assert
in iflib to fail.
PR: 225312
Reported by: bhughes@
Changes:
head/sys/dev/ixgbe/if_ixv.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list