[Bug 226217] if_qlxgb (QLogic cLOM8214) not working for me when configured via netif

2020-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226217 --- Comment #5 from Christian Vallières --- Comment on attachment 213710 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213710 Fix that mtu not initialized bug diff --git a/sys/dev/qlxgb/qla_os.c b/sys/dev/qlxgb/qla_os.c index 0

[Differential] D24061: Hyper-V socket implementation for FreeBSD guest

2020-04-23 Thread ae (Andrey V. Elsukov)
ae added a comment. Do you have performance test results for already existing linux implementation? From a quick look it seems to me there will be bottleneck regarding locking that seems can be reduced using CK and epoch. But this task can be done in future, if you plan support this code.