From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E6346A0564 for ; Fri, 28 Feb 2020 12:10:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C42BA1BFE0; Fri, 28 Feb 2020 12:10:02 +0100 (CET) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 938E61BFE0 for ; Fri, 28 Feb 2020 12:10:01 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id a141so2747113wme.2 for ; Fri, 28 Feb 2020 03:10:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=M4mrRNHmEa2eGrNfmUaYs3KXSkTEG9HFhlTCFKA3npo=; b=qSn1oMty2mGJrm6nn+ONmX6I5UQyS7PqnmW/uIZjX8/9C6La9M+SbzhOEsYq0Pzhwa JzOU1j83gk0SmN8Zp2D/veTrPNWSPEnVZWABxA0i4lGlCP2hasAPrkgHhwIXCz9n9xNW Wt+uPtcIsEpsyQjp6vXAfCPuQoXYeUNcnXiqXKnbiD5TPSDGxzbwt3NcMBDKx3EmF99W vUZNPIw+NSydlQ4KtGgzMTULvWCm+ysi6O2vD9vKp7IUHhV9jChSCzNSjN1xQyclypo9 zBNIweR5KciaZP+kGNlpv5OAvaaJwQpv4agwBCL6CFPBu7UcN5dl38Q4cu44gK8v5eyG EuHw== X-Gm-Message-State: APjAAAW0g7UvxQYCt5I27zNs/Sk4kWud1i1kGBPSbA3OyqWqZF5n90lP d76qbsFy0KdfV5pE73tdyzfinJ3Don/c/g== X-Google-Smtp-Source: APXvYqx8LRHbKS5bH/RbdM4cgfMudVf6H34vg6yYuRa+f+fJHqOIBOup4UmPZSe9dJSQSTeTiGR0GQ== X-Received: by 2002:a7b:c1cf:: with SMTP id a15mr4390827wmj.85.1582888201242; Fri, 28 Feb 2020 03:10:01 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id t10sm12012075wru.59.2020.02.28.03.10.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Feb 2020 03:10:00 -0800 (PST) Message-ID: <5a52c3e430d9ed661c9cd8279a5c58e6eae9ed56.camel@debian.org> From: Luca Boccassi To: Ankur Dwivedi , stable@dpdk.org Date: Fri, 28 Feb 2020 11:10:00 +0000 In-Reply-To: <1582883023-20406-1-git-send-email-adwivedi@marvell.com> References: <1582883023-20406-1-git-send-email-adwivedi@marvell.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 19.11] examples/ipsec-secgw: extend inline session to non AES-GCM X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, 2020-02-28 at 15:13 +0530, Ankur Dwivedi wrote: > [ upstream commit b685f931e1ce33d287e3891d4f19ab07f8d2aa79 ] >=20 > This patch extends creation of inline session to all the algorithms. > Previously the inline session was enabled only for AES-GCM cipher. >=20 > Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with > inline crypto") >=20 > Signed-off-by: Ankur Dwivedi < > adwivedi@marvell.com > > > --- > examples/ipsec-secgw/sa.c | 29 +++++++++++++---------------- > 1 file changed, 13 insertions(+), 16 deletions(-) Thank you, applied instead of the previous backport. --=20 Kind regards, Luca Boccassi