From owner-svn-src-head@freebsd.org Tue May 22 16:19:16 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D4CAEFB6CE; Tue, 22 May 2018 16:19:16 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE89A7DE3E; Tue, 22 May 2018 16:19:15 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.4] (c-73-241-240-124.hsd1.ca.comcast.net [73.241.240.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id F22D32013D; Tue, 22 May 2018 16:19:14 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.d.0.180513 Date: Tue, 22 May 2018 09:19:12 -0700 Subject: Re: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat From: Ravi Pokala To: Fabien Thomas , Fabien Thomas , , Ravi Pokala , , Message-ID: <7C542BE0-F310-4356-ABD9-34768C3AC889@panasas.com> Thread-Topic: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat References: <201805221554.w4MFsPQA083334@repo.freebsd.org> <61D4DC85-A38C-44B5-BCE1-74A978A05E84@panasas.com> In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 16:19:16 -0000 -----Original Message----- From: Fabien Thomas Date: 2018-05-22, Tuesday at 09:00 To: Fabien Thomas , , Ravi Po= kala , , Subject: Re: svn commit: r334054 - in head: sys/kern sys/netipsec tools/too= ls/crypto usr.bin/netstat =20 > Le 22 mai 2018 =C3=A0 17:58:10, Ravi Pokala (rpokala@freebsd.org) a =C3=A9crit: >=20 >> -----Original Message-----=20 >> From: on behalf of Fabien Thomas =20 >> Date: 2018-05-22, Tuesday at 08:54=20 >> To: , , =20 >> Subject: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tool= s/crypto usr.bin/netstat=20 >>=20 >>> Author: fabient=20 >>> Date: Tue May 22 15:54:25 2018=20 >>> New Revision: 334054=20 >>> URL: https://svnweb.freebsd.org/changeset/base/334054=20 >>>=20 >>> Log:=20 >>> Add a SPD cache to speed up lookups.=20 >>=20 >> What does "SPD" expand to in this context? I usually hack on platform st= uff, and "Serial Presence Detect" doesn't seem applicable to this change. :-= )=20 >=20 > Yes, that was not obvious after reading the comment again. :) > SPD is related to IPsec so Security Policy Database. Thank you! Ravi (rpokala@)