From patchwork Tue Jul 4 19:44:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhil Goyal X-Patchwork-Id: 129259 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 B2AFD42D60; Tue, 4 Jul 2023 21:45:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 522B1406B7; Tue, 4 Jul 2023 21:45:07 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id DE8D540042 for ; Tue, 4 Jul 2023 21:45:05 +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 36497I5u017038; Tue, 4 Jul 2023 12:45:01 -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=O/xn+uchAeo1oAzJRpMxLJWpUK1Wq2rqVlP1VGQjvxU=; b=NEY597Z4rnn++waLuTFSuFYK/txOl2nWZLOoRW1wCt38xfyFFlefQORdEJY73NPegZwC P+a0M9FhoIohYIzJA+V2Myo6iO+fV37TZWVH8Oyin5zcChu5+4dQsTUO2fxYf37sXDZK QBqhYdPQkC10gxh5TA0/oxf5rgP/FWSc90VmQdkBNu9Smr5SB1sZyEUg5w4Og9/k+S5n DLcLDoSn83uCiCxR6c9rbYKXqXo1xWlQM8ai3DFuylcKBL5LqJ8e1/0VVKtJSKdK7sAj Yw8bV7AYch4POgTbyLS19Hpw4wRzN9PB0K4M20z02lSpIlLyZMGk6msPMXXxBoopgF/Y jQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3rmggy9dp1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 04 Jul 2023 12:45:01 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Tue, 4 Jul 2023 12:45:00 -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; Tue, 4 Jul 2023 12:45:00 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id 928F73F705C; Tue, 4 Jul 2023 12:44:55 -0700 (PDT) From: Akhil Goyal To: CC: , , , , , , , , , , , , , , Akhil Goyal Subject: [PATCH] doc: announce deprecation for security ops Date: Wed, 5 Jul 2023 01:14:45 +0530 Message-ID: <20230704194445.3332847-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: ja325_xzMWX4zy4GcoTpJBtF2lxLT0Zw X-Proofpoint-GUID: ja325_xzMWX4zy4GcoTpJBtF2lxLT0Zw 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_13,2023-07-04_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 Structure rte_security_ops and rte_security_ctx are meant to be used by rte_security library and the PMDs associated. These will be moved to an internal header in DPDK 23.11 release. Signed-off-by: Akhil Goyal Acked-by: Hemant Agrawal Acked-by: Konstantin Ananyev Acked-by: Jerin Jacob Acked-by: Ciara Power --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 8e1cdd677a..74bdb4f577 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -133,6 +133,9 @@ Deprecation Notices ``rte_cryptodev_get_auth_algo_string``, ``rte_cryptodev_get_aead_algo_string`` and ``rte_cryptodev_asym_get_xform_string`` respectively. +* security: Hide structures ``rte_security_ops`` and ``rte_security_ctx`` as these + are internal to DPDK library and PMDs. + * flow_classify: The flow_classify library and example have no maintainer. The library is experimental and, as such, it could be removed from DPDK. Its removal has been postponed to let potential users report interest