Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2978608ybi; Mon, 17 Jun 2019 13:57:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqzUtc/fl1SM//LTeh6losU0RzrLiaUvIKYFtROslTALTLv9L/5oYzfJnmSQ5UbBOxV5Iqst X-Received: by 2002:a17:90a:a601:: with SMTP id c1mr996558pjq.24.1560805070137; Mon, 17 Jun 2019 13:57:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560805070; cv=none; d=google.com; s=arc-20160816; b=YofubHUfltFOESxmv6cqc1yX5fyRXBdCrmv0EqUhAj/ohCloyAh/YX9PBtnxmCqyZ7 4y8EhWzUAN/b04zVY4VZ1JAxJA3KKgQpAjjGQciDAhdjvAP3woxYED8ZL4VoghYYy3uA WggjnN3QrN1qkKygT/CrTNVo3/KMjbj2c1xUL+gTjtE7DkDgH7RssktQW2ikP86elPa4 gRw6PSxzTB6sSUt+JfMKdCJl60kRqacpAFCZvVk0IZRNMz+WjzsMaJv12TCG1w6KcxV8 cZt2XcRK4fed64Rp9lpiX90mSUzBr4lGIiEF3MMwJKyyQrAzFXUUAGSlH40ZVt6jCgvm WbQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=s+RV5cIThOzLyqwjjvmSuz1YWrc4fCmKSFDeApNDolY=; b=afwkuWir44fAnOgAOcP4DcKp1Jr1PtzKhldJ38fq8KD/iiaBetNiHagPAyRJwMxojh 0FBdv2QZOss/hCZctcQm2cxCUEsdoqE/spaZXiWdHSFj1arUH/77FyCJLPWZgRrJBqyu zzR11Q4+Kt+KkYf7+rV5aa9i6jGRlMWZoVihR1ynVaBe9G0qE7jwkW8vlEi0Byg/Ngtg mSJqigRVDUA9mPYQcTsvejjiBiPXks63Swe5MOx1jRu1iha4Bhg5taM/GoeRuyNV5L9j m757ynuHbJoeRvx5xQH0wZQXa3Xt64RcT9PNr0M1yzn8YUWphHBB6ZhX5ZN5OqdFvut9 7W/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d3si11244951pgv.492.2019.06.17.13.57.30; Mon, 17 Jun 2019 13:57:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726088AbfFQU5O (ORCPT + 99 others); Mon, 17 Jun 2019 16:57:14 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:38180 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725497AbfFQU5O (ORCPT ); Mon, 17 Jun 2019 16:57:14 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 6AC7E15130B12; Mon, 17 Jun 2019 13:57:13 -0700 (PDT) Date: Mon, 17 Jun 2019 13:57:12 -0700 (PDT) Message-Id: <20190617.135712.1886619234506210997.davem@davemloft.net> To: eric.dumazet@gmail.com Cc: ard.biesheuvel@linaro.org, netdev@vger.kernel.org, linux-crypto@vger.kernel.org, herbert@gondor.apana.org.au, ebiggers@kernel.org, edumazet@google.com, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, jbaron@akamai.com, cpaasch@apple.com, David.Laight@aculab.com, ycheng@google.com Subject: Re: [PATCH v3] net: ipv4: move tcp_fastopen server side code to SipHash library From: David Miller In-Reply-To: References: <20190617080933.32152-1-ard.biesheuvel@linaro.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 17 Jun 2019 13:57:13 -0700 (PDT) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org From: Eric Dumazet Date: Mon, 17 Jun 2019 10:00:28 -0700 > All our fastopen packetdrill tests pass (after I changed all the cookie values in them) > > Signed-off-by: Eric Dumazet I'm going to apply this to net-next, I want it to sit there for a while. Thanks.