From patchwork Sat Jul 1 07:15:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nithin Dabilpuram X-Patchwork-Id: 129173 X-Patchwork-Delegate: gakhil@marvell.com 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 8FAB842D9E; Sat, 1 Jul 2023 09:16:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6693D410E6; Sat, 1 Jul 2023 09:16:09 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 673E4410DC for ; Sat, 1 Jul 2023 09:16:08 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3615l2hC008429 for ; Sat, 1 Jul 2023 00:16:07 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=t/lUf3k90ZIqwPpmvv5UBUDaXLW8rrpnxQOL6Cs/Qfc=; b=LyUlK7ZndJvsnz+crNR0EY6HNXcteKleq4tLXvrVsqTJONlUYHNfLz6uqrunKM7e5iKk LYdCWoIuy7q0/J/yMATNBkcR2K6xOQFC+QDu2sdwS9B5aFSsNJ6afqtFp6r4T4HT1DB9 d5mWdZcuAWLvGi5Mgm3ukQkw/u3reBLloQyP+fjXzVPN6UmQqpiOQnFHzREzEWQOHYz8 6PwzBeAf43U4RxcM1RRNlkQt3OCKB+9UAMQdMlXU0HwMTSJT4yrfSha1t2T20KXy0FUW b4noSSPE2pplpYHNXwc9lze9Ru81fnaE63I6gGZO10yzb+ZguPPlxjBIBqv+//0o96Id zA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3rhp2emt4p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sat, 01 Jul 2023 00:16:07 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Sat, 1 Jul 2023 00:16:05 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Sat, 1 Jul 2023 00:16:05 -0700 Received: from hyd1588t430.caveonetworks.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 5BF163F7048; Sat, 1 Jul 2023 00:16:04 -0700 (PDT) From: Nithin Dabilpuram To: CC: , , Nithin Dabilpuram Subject: [PATCH] doc: announce addition of new security IPsec SA option Date: Sat, 1 Jul 2023 12:45:51 +0530 Message-ID: <20230701071551.2027089-1-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230411100410.1174495-1-ndabilpuram@marvell.com> References: <20230411100410.1174495-1-ndabilpuram@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: KeFy_bkKP7x8zrjHW-Cj0mhqhhZXAmIi X-Proofpoint-GUID: KeFy_bkKP7x8zrjHW-Cj0mhqhhZXAmIi X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-07-01_06,2023-06-30_01,2023-05-22_02 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 Announce addition of new security IPsec SA option to enable out of place processing in Ingress Inline inbound SA's. Signed-off-by: Nithin Dabilpuram Acked-by: Akhil Goyal Acked-by: Kai Ji --- 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 8e1cdd677a..20ce0a51af 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -156,3 +156,8 @@ Deprecation Notices The new port library API (functions rte_swx_port_*) will gradually transition from experimental to stable status starting with DPDK 23.07 release. + +* security: New sa option ``ingress_oop`` would be added in structure + ``rte_security_ipsec_sa_options`` to support out of place processing + for inline inbound SA's. ``reserved_opts`` size would be reduced by + 1 bit from DPDK 23.11.