Date: Fri, 10 May 2019 21:44:58 +0300 From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: Andrew Gallatin <gallatin@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf Message-ID: <c08bc620-8fca-230b-08a1-f6968d2b4fa8@yandex.ru> In-Reply-To: <20190510183939.GA75776@FreeBSD.org> References: <201905092238.x49McFCO015665@repo.freebsd.org> <20190510084620.GA47901@FreeBSD.org> <1a15a141-89b7-9169-e4cc-df585e92ada1@yandex.ru> <20190510183939.GA75776@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1OjsZkzpeR46iCb5PBqizG4MCtaCLwJP8 Content-Type: multipart/mixed; boundary="qaIVGnEFOiDNvGZ8jHYVV5Xgc0uGJbNtr"; protected-headers="v1" From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: Andrew Gallatin <gallatin@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <c08bc620-8fca-230b-08a1-f6968d2b4fa8@yandex.ru> Subject: Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf References: <201905092238.x49McFCO015665@repo.freebsd.org> <20190510084620.GA47901@FreeBSD.org> <1a15a141-89b7-9169-e4cc-df585e92ada1@yandex.ru> <20190510183939.GA75776@FreeBSD.org> In-Reply-To: <20190510183939.GA75776@FreeBSD.org> --qaIVGnEFOiDNvGZ8jHYVV5Xgc0uGJbNtr Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 10.05.2019 21:39, Alexey Dokuchaev wrote: >> The second cause -- reduce overhead that IPSEC produces even when it >> is not used. >=20 > 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 :-) --=20 WBR, Andrey V. Elsukov --qaIVGnEFOiDNvGZ8jHYVV5Xgc0uGJbNtr-- --1OjsZkzpeR46iCb5PBqizG4MCtaCLwJP8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/ iQEzBAEBCAAdFiEE5lkeG0HaFRbwybwAAcXqBBDIoXoFAlzVxqoACgkQAcXqBBDI oXroFQgAieDB7U0EBvW7MbnY4clCqe+jEjoVqwfp7G62XB+DNyeQSSvQru3sBogu 5IdRrNMzXPb1mHe/+A0gVOzk1uXIVpFax5whe1ypIwyxtOEWbVWRTIfL0Pk0dS6n 2/07AyjK+NcOwfpxQMIeEo5AU1venM/sQOUreR9la03G/EG3SUl85VwMQSCNT17+ JgL66qZp3Tlxi+WjOBLrOiofiYmC+qztIPqH5urCjc2nRTdwJKYNOR/+X5HDNVeN eholCTPgD5jG+eI9bzxCvKtF60tz6LJbB+qZ9e6br6vObk7TtpHNWBw7EtcXMxrz E2+OnClsncgKFUUawOfgegtyDF9z/w== =kVu2 -----END PGP SIGNATURE----- --1OjsZkzpeR46iCb5PBqizG4MCtaCLwJP8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c08bc620-8fca-230b-08a1-f6968d2b4fa8>