From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8F4DC433F5 for ; Thu, 5 May 2022 16:05:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381664AbiEEQJe (ORCPT ); Thu, 5 May 2022 12:09:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1359063AbiEEQJb (ORCPT ); Thu, 5 May 2022 12:09:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADC145BE71; Thu, 5 May 2022 09:05:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6A077B82DBE; Thu, 5 May 2022 16:05:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE83BC385A4; Thu, 5 May 2022 16:05:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651766748; bh=EEA1O4N0n15JXNsJ1T9rmOCW+SYTC9F1on1m41VDTZM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qcS38ut8ju+Qv2rq5C7lwjJb6JYjwtuiaoV0VbiTU5lXyzjtbLl+M4Iu/Fl9b4Opz H4714jqS5ZFJXcB8seYjMCajXNUiyLjidCBZbyQhPNK5btLnlCIzeZ2A6btKVM5R9z tn1UX0n8E0PKlsKJatBxW5tTAtDvmaEo7JMAFK5+BOrOTKPts8kt4uAINqvVqHaODF J2qwIqrMIYRszJwq3Yx7CV/fffBtuP32TEV+cqMNl8riB/lu78a7btJIqBvfUKH3Bs awKhs7oxi8IMMR/KnefxYNA4rYQY4U8iAFamaaV0eLQOZKnpocVlASDn7UtgJayiu3 8yEKGorsrsgbw== Date: Thu, 5 May 2022 09:05:46 -0700 From: Jakub Kicinski To: Carlos Fernandez Cc: Paolo Abeni , Carlos Fernansez , "carlos.fernandez@technica-enineering.de" , "David S. Miller" , Eric Dumazet , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] net/macsec copy salt to MACSec ctx for XPN Message-ID: <20220505090546.3d38716d@kernel.org> In-Reply-To: <20220505090432.544ce339@kernel.org> References: <20220502121837.22794-1-carlos.escuin@gmail.com> <20220505090432.544ce339@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 May 2022 09:04:32 -0700 Jakub Kicinski wrote: > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > You'll need to make a fresh posting without this quote and the legal > footer. Posting as a new thread is encouraged, you don't need to try > to make it a reply to the previous posting. Ah, you already did that.