From patchwork Tue Jul 4 05:15:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nithin Dabilpuram X-Patchwork-Id: 129231 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 DC77042DC8; Tue, 4 Jul 2023 07:15:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76E2840F18; Tue, 4 Jul 2023 07:15:43 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 6304940E03 for ; Tue, 4 Jul 2023 07:15:41 +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 363CdA4h021240; Mon, 3 Jul 2023 22:15:40 -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=v/6R71wUnskylCVUmtFRuILPNAwJgT9UA7eKkXrhfWM=; b=O225NSf2A0LXSycZ88dcDy1XMf4GoJVuLewAednbyPlbmwABdfmHP9stQ36zD/2dRvSu JKl9xbkrqLFhXXJPNoSl2ERS6i2gJG+C7INJWfCv3c9MUIpIVwVms+GcUyqhug7XGPkH rb6kCJO5pFJ+X5vUEAJPcucCSnI8Nnu5NO6ljBw199WqyDmOGmtD7pG98jWyVN2U3uRi wlzh8/bFLrzuc0cEDXRWg19BmF+nEEFhlF3B7w8OTCfkhZNh9RBPn636kyA7mZae57Et ZY6uvRqICk9fwCan1z/+fws41xrLjrHQIJ1hIxVgYlFNnYBY3HG0UX/5UxP2b0MmALxQ EA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3rjhgnfyn3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 03 Jul 2023 22:15:40 -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.48; Mon, 3 Jul 2023 22:15:38 -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.48 via Frontend Transport; Mon, 3 Jul 2023 22:15:38 -0700 Received: from hyd1588t430.caveonetworks.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 4AC893F7072; Mon, 3 Jul 2023 22:15:35 -0700 (PDT) From: Nithin Dabilpuram To: , , , , , , , CC: , , , "Nithin Dabilpuram" Subject: [PATCH v2] doc: announce addition of new security IPsec SA option Date: Tue, 4 Jul 2023 10:45:23 +0530 Message-ID: <20230704051523.2109394-1-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230701071551.2027089-1-ndabilpuram@marvell.com> References: <20230701071551.2027089-1-ndabilpuram@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: _P4fe6S7dj-5dIjN4LLt8yHVve-7bHzM X-Proofpoint-GUID: _P4fe6S7dj-5dIjN4LLt8yHVve-7bHzM 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-04_02,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: Jerin Jacob Acked-by: Kai Ji --- v2: - Modified deprication notice to include reserved opts removal. 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..c46cc49812 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 from DPDK 23.11. ``reserved_opts`` field in the + same struct would be removed as discussed in techboard meeting.