I sent the changes to the review only today: https://reviews.freebsd.org/D24846
You can see some examples in original review: https://reviews.freebsd.org/D24620
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freeb
I discovered a similar kernel panic.
To reproduce, just run CURRENT in bhyve with e1000 network backend.
I think the problem is that the debugnet_any_ifnet_update () function calls
iflib_debugnet_init () when the private driver data is not yet fully
initialized.
sys/net/iflib.c:
6724iflib_debu