On Fri, May 10, 2019 at 09:44:58PM +0300, Andrey V. Elsukov wrote:
> On 10.05.2019 21:39, Alexey Dokuchaev wrote:
> >> The second cause -- reduce overhead that IPSEC produces even when it
> >> is not used.
> > 
> > So does it mean that if I don't plan to use IPSEC, I can safely remove
> > IPSEC_SUPPORT from my config and also get slight performance boost?
> 
> Yes, currently each call to IPsec has check like
> `if (ipsec_enabled) {...}`, when you build the kernel without
> IPSEC/IPSEC_SUPPORT, this check will be removed too, this can add some
> performance boost :-)

Got it. :-)  Thanks for the fast response (and proper quoting).

./danfe
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to