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
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.