From patchwork Tue Aug 3 06:48:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anoob Joseph X-Patchwork-Id: 96572 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 39191A0C41; Tue, 3 Aug 2021 08:49:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 173C640E32; Tue, 3 Aug 2021 08:49:06 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 8D71240683 for ; Tue, 3 Aug 2021 08:49:04 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 1736k0Li009076; Mon, 2 Aug 2021 23:49:03 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=2oSXbhUt0DeBnQZbcQufo6UczPPmgD7IIVMEfTmF69k=; b=EVjx1xiMFsGFK1eUUexLFrO3PWc3NjAFpDusQRfwrH7ZJGR9lCpT22SWEeknl6zvAfUi KvKasGK1DciQxFz74Mgkd7bJKQ9KCJAvW5BkuAE7GiTD9miwjjDblbfKkhaLuZ/JUOhO P8MM4H4u+FnaFI9Zrgl5GgLAPmTj6G3tO2qqiDUfWTrUGaID4kOt2bQUnhG/PpF6nEgc u4unkww+LokkAGHa+j71q7QpZW6S8IXfyfVjVA2gyuHD+qasacyJ30K7gWIIyx7LZNV2 kbmGIUcYWIpBrUVMS+DLFlkubzMJo1/xY/amOrulo97r+ZDFOaml5B9BVzsma3uDUuY9 jQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com with ESMTP id 3a6b46v2v4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 02 Aug 2021 23:49:03 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Mon, 2 Aug 2021 23:49:01 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Mon, 2 Aug 2021 23:49:01 -0700 Received: from HY-LT1002.marvell.com (HY-LT1002.marvell.com [10.28.176.218]) by maili.marvell.com (Postfix) with ESMTP id B7D8F3F704C; Mon, 2 Aug 2021 23:48:56 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal , Declan Doherty , Fan Zhang , "Konstantin Ananyev" CC: Anoob Joseph , Jerin Jacob , Archana Muniganti , Tejasree Kondoj , Hemant Agrawal , "Radu Nicolau" , Date: Tue, 3 Aug 2021 12:18:37 +0530 Message-ID: <1627973317-231-1-git-send-email-anoobj@marvell.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Proofpoint-GUID: D32qIL_PARwwSkf537SRblJDOsue0-CB X-Proofpoint-ORIG-GUID: D32qIL_PARwwSkf537SRblJDOsue0-CB X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-08-03_02:2021-08-02, 2021-08-03 signatures=0 Subject: [dpdk-dev] [PATCH] doc: announce IPsec xform struct changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" IPsec xform struct would be updated to include IPsec SA lifetime configuration. The existing member 'esn_soft_limit' would only track ESN. And as sequence number control is getting introduced, 'esn_soft_limit' may not indicate the number of packets processed. Replace that with a new structure to cover all lifetime cases with support for specifying both soft and hard lifetimes. ESN control introduced by: http://patches.dpdk.org/project/dpdk/patch/20210713133542.3550525-4-radu.nicolau@intel.com/ Signed-off-by: Anoob Joseph Acked-by: Akhil Goyal Acked-by: Konstantin Ananyev Acked-by: Jerin Jacob --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 6a35c76..7dbc088 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -151,3 +151,8 @@ Deprecation Notices * security: The functions ``rte_security_set_pkt_metadata`` and ``rte_security_get_userdata`` will be made inline functions and additional flags will be added in structure ``rte_security_ctx`` in DPDK 21.11. + +* security: The IPsec configuration structure + ``struct rte_security_ipsec_xform`` will be updated with new members to allow + SA lifetime configuration. A new structure would be introduced to replace the + current member, ``esn_soft_limit``.