From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 83DE842DD1; Wed, 5 Jul 2023 13:31:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AF634021F; Wed, 5 Jul 2023 13:31:23 +0200 (CEST) Received: from forward501b.mail.yandex.net (forward501b.mail.yandex.net [178.154.239.145]) by mails.dpdk.org (Postfix) with ESMTP id 2F57040150 for ; Wed, 5 Jul 2023 13:31:22 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-canary-88.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-canary-88.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:1d21:0:640:c9e4:0]) by forward501b.mail.yandex.net (Yandex) with ESMTP id 7BCEC5F455; Wed, 5 Jul 2023 14:31:21 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-canary-88.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id FVRuGo1DdW20-DzVrWkgd; Wed, 05 Jul 2023 14:31:20 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1688556680; bh=BSPjxwlVWlG15sf3OCGV2H5cniAmyPmFsC14Los3c/4=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=UlWjzY66wwRbd5yeXc4FQ56DHkb1zkAckv3P/RToiHx+oBbAgHchkOSNd3QYQxlAV XIbL/Jz59m+CEz4YeUzSPvvwp7P2jUNecmZBwaSeEoq4FpIlz4x8y4dPzMna9L/I9X 54yNPItO+oCs3qmr5PD4ZaM/eSq0o4C/mDaeb1r8= Authentication-Results: mail-nwsmtp-smtp-production-canary-88.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <1e81fe6f-5ca2-6ae9-b4df-4c511713ca64@yandex.ru> Date: Wed, 5 Jul 2023 12:31:13 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] doc: announce deprecation for security ops Content-Language: en-US To: Akhil Goyal , dev@dpdk.org Cc: thomas@monjalon.net, david.marchand@redhat.com, jerinj@marvell.com, anoobj@marvell.com, ndabilpuram@marvell.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, g.singh@nxp.com, radu.nicolau@intel.com, ciara.power@intel.com, ruifeng.wang@arm.com, matan@nvidia.com, fanzhang.oss@gmail.com References: <20230704194445.3332847-1-gakhil@marvell.com> From: Konstantin Ananyev In-Reply-To: <20230704194445.3332847-1-gakhil@marvell.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 04/07/2023 20:44, Akhil Goyal пишет: > 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 > --- > 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 Acked-by: Konstantin Ananyev