NVIDIA networking developed support for inline IPSEC offload on
FreeBSD. It consists of the common infrastructure part, and changes
for mlx5en(4) driver fitting the kernel counterpart.
Inline offload moves (almost) all IPSEC processing of the packet from
CPU and crypto accelerators, to the networ
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277349
--- Comment #5 from Gleb Smirnoff ---
I'm not 100% sure there would be no unexpected consequences/regressions.
The function modified isn't used by CARP only. I need to think more on
that. I'd appreciate more eyes looking at code and evalu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277435
--- Comment #14 from Nikolay Borodin ---
(In reply to Kyle Evans from comment #11)
If I set net.link.tap.user_open to 1 and try to open tap device (e.g.
"/dev/tap"), open returns -1, but the tapN interface still exists. It also
creates devi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277435
--- Comment #13 from Nikolay Borodin ---
(In reply to Kyle Evans from comment #11)
After applying these changes, everything works as it should.
https://reviews.freebsd.org/D44199
--
You are receiving this mail because:
You are the assign