From owner-svn-src-all@freebsd.org Tue May 22 15:58:07 2018 Return-Path: Delivered-To: svn-src-all@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 A2F3DEFADF6; Tue, 22 May 2018 15:58:07 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (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 52F147CEB1; Tue, 22 May 2018 15:58:07 +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 A00DA1FF34; Tue, 22 May 2018 15:58:06 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.d.0.180513 Date: Tue, 22 May 2018 08:58:03 -0700 Subject: Re: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat From: Ravi Pokala To: Fabien Thomas , , , Message-ID: <61D4DC85-A38C-44B5-BCE1-74A978A05E84@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> In-Reply-To: <201805221554.w4MFsPQA083334@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 15:58:07 -0000 -----Original Message----- From: on behalf of Fabien Thomas Date: 2018-05-22, Tuesday at 08:54 To: , , Subject: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat > Author: fabient > Date: Tue May 22 15:54:25 2018 > New Revision: 334054 > URL: https://svnweb.freebsd.org/changeset/base/334054 > > Log: > Add a SPD cache to speed up lookups. What does "SPD" expand to in this context? I usually hack on platform stuff, and "Serial Presence Detect" doesn't seem applicable to this change. :-) Thanks, Ravi (rpokala@)