Re: bhyve(8) missing new feature description about netgraph integration

2020-05-15 Thread Fedorov, Aleksandr
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

Re: > r353680: multiuser crash due to: m_getzone: Inavlid cluster size 0

2019-10-24 Thread Fedorov, Aleksandr
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