DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: announce deprecation for security ops
@ 2023-07-04 19:44 Akhil Goyal
  2023-07-05 10:59 ` Hemant Agrawal
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Akhil Goyal @ 2023-07-04 19:44 UTC (permalink / raw)
  To: dev
  Cc: thomas, david.marchand, jerinj, anoobj, ndabilpuram,
	pablo.de.lara.guarch, hemant.agrawal, g.singh,
	konstantin.v.ananyev, radu.nicolau, ciara.power, ruifeng.wang,
	matan, fanzhang.oss, 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 <gakhil@marvell.com>
---
 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
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] doc: announce deprecation for security ops
  2023-07-04 19:44 [PATCH] doc: announce deprecation for security ops Akhil Goyal
@ 2023-07-05 10:59 ` Hemant Agrawal
  2023-07-05 11:31 ` Konstantin Ananyev
  2023-07-06 10:53 ` Power, Ciara
  2 siblings, 0 replies; 6+ messages in thread
From: Hemant Agrawal @ 2023-07-05 10:59 UTC (permalink / raw)
  To: Akhil Goyal, dev
  Cc: thomas, david.marchand, jerinj, anoobj, ndabilpuram,
	pablo.de.lara.guarch, hemant.agrawal, g.singh,
	konstantin.v.ananyev, radu.nicolau, ciara.power, ruifeng.wang,
	matan, fanzhang.oss

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

On 05-Jul-23 1:14 AM, Akhil Goyal wrote:
> Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button
>
>
> 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 <gakhil@marvell.com>
> ---
>   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
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] doc: announce deprecation for security ops
  2023-07-04 19:44 [PATCH] doc: announce deprecation for security ops Akhil Goyal
  2023-07-05 10:59 ` Hemant Agrawal
@ 2023-07-05 11:31 ` Konstantin Ananyev
  2023-07-05 14:06   ` Jerin Jacob
  2023-07-06 10:53 ` Power, Ciara
  2 siblings, 1 reply; 6+ messages in thread
From: Konstantin Ananyev @ 2023-07-05 11:31 UTC (permalink / raw)
  To: Akhil Goyal, dev
  Cc: thomas, david.marchand, jerinj, anoobj, ndabilpuram,
	pablo.de.lara.guarch, hemant.agrawal, g.singh, radu.nicolau,
	ciara.power, ruifeng.wang, matan, fanzhang.oss

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 <gakhil@marvell.com>
> ---
>   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 <konstantin.v.ananyev@yandex.ru>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] doc: announce deprecation for security ops
  2023-07-05 11:31 ` Konstantin Ananyev
@ 2023-07-05 14:06   ` Jerin Jacob
  0 siblings, 0 replies; 6+ messages in thread
From: Jerin Jacob @ 2023-07-05 14:06 UTC (permalink / raw)
  To: Konstantin Ananyev
  Cc: Akhil Goyal, dev, thomas, david.marchand, jerinj, anoobj,
	ndabilpuram, pablo.de.lara.guarch, hemant.agrawal, g.singh,
	radu.nicolau, ciara.power, ruifeng.wang, matan, fanzhang.oss

On Wed, Jul 5, 2023 at 5:01 PM Konstantin Ananyev
<konstantin.v.ananyev@yandex.ru> wrote:
>
> 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 <gakhil@marvell.com>
> > ---
> >   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 <konstantin.v.ananyev@yandex.ru>

Acked-by: Jerin Jacob <jerinj@marvell.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] doc: announce deprecation for security ops
  2023-07-04 19:44 [PATCH] doc: announce deprecation for security ops Akhil Goyal
  2023-07-05 10:59 ` Hemant Agrawal
  2023-07-05 11:31 ` Konstantin Ananyev
@ 2023-07-06 10:53 ` Power, Ciara
  2023-07-06 18:32   ` Akhil Goyal
  2 siblings, 1 reply; 6+ messages in thread
From: Power, Ciara @ 2023-07-06 10:53 UTC (permalink / raw)
  To: Akhil Goyal, dev
  Cc: thomas, david.marchand, jerinj, anoobj, ndabilpuram,
	De Lara Guarch, Pablo, hemant.agrawal, g.singh,
	konstantin.v.ananyev, Nicolau, Radu, ruifeng.wang, matan,
	fanzhang.oss

Hi Akhil,

> -----Original Message-----
> From: Akhil Goyal <gakhil@marvell.com>
> Sent: Tuesday 4 July 2023 20:45
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; david.marchand@redhat.com;
> jerinj@marvell.com; anoobj@marvell.com; ndabilpuram@marvell.com; De
> Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>;
> hemant.agrawal@nxp.com; g.singh@nxp.com;
> konstantin.v.ananyev@yandex.ru; Nicolau, Radu <radu.nicolau@intel.com>;
> Power, Ciara <ciara.power@intel.com>; ruifeng.wang@arm.com;
> matan@nvidia.com; fanzhang.oss@gmail.com; Akhil Goyal
> <gakhil@marvell.com>
> Subject: [PATCH] doc: announce deprecation for security ops
> 
> 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 <gakhil@marvell.com>
> ---
<snip>

Seems a reasonable change to me.

Acked-by: Ciara Power <ciara.power@intel.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] doc: announce deprecation for security ops
  2023-07-06 10:53 ` Power, Ciara
@ 2023-07-06 18:32   ` Akhil Goyal
  0 siblings, 0 replies; 6+ messages in thread
From: Akhil Goyal @ 2023-07-06 18:32 UTC (permalink / raw)
  To: Power, Ciara, dev
  Cc: thomas, david.marchand, Jerin Jacob Kollanukkaran, Anoob Joseph,
	Nithin Kumar Dabilpuram, De Lara Guarch, Pablo, hemant.agrawal,
	g.singh, konstantin.v.ananyev, Nicolau, Radu, ruifeng.wang,
	matan, fanzhang.oss

> > Subject: [PATCH] doc: announce deprecation for security ops
> >
> > 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 <gakhil@marvell.com>
> > ---
> <snip>
> 
> Seems a reasonable change to me.
> 
> Acked-by: Ciara Power <ciara.power@intel.com>
Applied to dpdk-next-crypto

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-06 18:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 19:44 [PATCH] doc: announce deprecation for security ops Akhil Goyal
2023-07-05 10:59 ` Hemant Agrawal
2023-07-05 11:31 ` Konstantin Ananyev
2023-07-05 14:06   ` Jerin Jacob
2023-07-06 10:53 ` Power, Ciara
2023-07-06 18:32   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).