DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal
@ 2021-08-03 11:44 Akhil Goyal
  2021-08-03 19:25 ` Ajit Khaparde
  0 siblings, 1 reply; 5+ messages in thread
From: Akhil Goyal @ 2021-08-03 11:44 UTC (permalink / raw)
  To: dev
  Cc: anoobj, radu.nicolau, declan.doherty, hemant.agrawal, matan,
	konstantin.ananyev, thomas, roy.fan.zhang, asomalap,
	ruifeng.wang, ajit.khaparde, pablo.de.lara.guarch, fiona.trahe,
	adwivedi, michaelsh, rnagadheeraj, jianjay.zhou, Akhil Goyal

The APIs which are internal to PMD and cryptodev library
can be marked as internal so that ABI checking do not
shout for changes in APIs which are internal to DPDK.

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 6a35c7649a..f81bd87f10 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -148,6 +148,9 @@ Deprecation Notices
   content. On Linux and FreeBSD, supported prior to DPDK 20.11,
   original structure will be kept until DPDK 21.11.
 
+* cryptodev: The APIs for interfacing between library and PMD will be marked
+  as internal APIs in DPDK 21.11.
+
 * security: The functions ``rte_security_set_pkt_metadata`` and
   ``rte_security_get_userdata`` will be made inline functions and additional
   flags will be added in structure ``rte_security_ctx`` in DPDK 21.11.
-- 
2.25.1


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

* Re: [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal
  2021-08-03 11:44 [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal Akhil Goyal
@ 2021-08-03 19:25 ` Ajit Khaparde
  2021-08-04  6:44   ` Matan Azrad
  0 siblings, 1 reply; 5+ messages in thread
From: Ajit Khaparde @ 2021-08-03 19:25 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: dpdk-dev, anoobj, Radu Nicolau, Doherty, Declan, Hemant Agrawal,
	Matan Azrad, Ananyev, Konstantin, Thomas Monjalon, Zhang,
	Roy Fan, Somalapuram Amaranath, Ruifeng Wang, Pablo de Lara,
	Fiona Trahe, adwivedi, michaelsh, rnagadheeraj, Jay Zhou

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

On Tue, Aug 3, 2021 at 4:45 AM Akhil Goyal <gakhil@marvell.com> wrote:
>
> The APIs which are internal to PMD and cryptodev library
> can be marked as internal so that ABI checking do not
> shout for changes in APIs which are internal to DPDK.
>
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.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 6a35c7649a..f81bd87f10 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -148,6 +148,9 @@ Deprecation Notices
>    content. On Linux and FreeBSD, supported prior to DPDK 20.11,
>    original structure will be kept until DPDK 21.11.
>
> +* cryptodev: The APIs for interfacing between library and PMD will be marked
> +  as internal APIs in DPDK 21.11.
> +
>  * security: The functions ``rte_security_set_pkt_metadata`` and
>    ``rte_security_get_userdata`` will be made inline functions and additional
>    flags will be added in structure ``rte_security_ctx`` in DPDK 21.11.
> --
> 2.25.1
>

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

* Re: [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal
  2021-08-03 19:25 ` Ajit Khaparde
@ 2021-08-04  6:44   ` Matan Azrad
  2021-08-04  8:44     ` Hemant Agrawal
  0 siblings, 1 reply; 5+ messages in thread
From: Matan Azrad @ 2021-08-04  6:44 UTC (permalink / raw)
  To: Ajit Khaparde, Akhil Goyal
  Cc: dpdk-dev, anoobj, Radu Nicolau, Doherty, Declan, Hemant Agrawal,
	Ananyev, Konstantin, NBU-Contact-Thomas Monjalon, Zhang, Roy Fan,
	Somalapuram Amaranath, Ruifeng Wang, Pablo de Lara, Fiona Trahe,
	adwivedi, michaelsh, rnagadheeraj, Jay Zhou



From: Ajit Khaparde
> > The APIs which are internal to PMD and cryptodev library
> > can be marked as internal so that ABI checking do not
> > shout for changes in APIs which are internal to DPDK.
> >
> > Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Matan Azrad <matan@nvidia.com>

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

* Re: [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal
  2021-08-04  6:44   ` Matan Azrad
@ 2021-08-04  8:44     ` Hemant Agrawal
  2021-08-04 14:35       ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Hemant Agrawal @ 2021-08-04  8:44 UTC (permalink / raw)
  To: Matan Azrad, Ajit Khaparde, Akhil Goyal
  Cc: dpdk-dev, anoobj, Radu Nicolau, Doherty, Declan, Ananyev,
	Konstantin, NBU-Contact-Thomas Monjalon, Zhang, Roy Fan,
	Somalapuram Amaranath, Ruifeng Wang, Pablo de Lara, Fiona Trahe,
	adwivedi, michaelsh, rnagadheeraj, Jay Zhou

> 
> From: Ajit Khaparde
> > > The APIs which are internal to PMD and cryptodev library can be
> > > marked as internal so that ABI checking do not shout for changes in
> > > APIs which are internal to DPDK.
> > >
> > > Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> > Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> Acked-by: Matan Azrad <matan@nvidia.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

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

* Re: [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal
  2021-08-04  8:44     ` Hemant Agrawal
@ 2021-08-04 14:35       ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2021-08-04 14:35 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Matan Azrad, Ajit Khaparde, dev, anoobj, Radu Nicolau, Doherty,
	Declan, Ananyev, Konstantin, Zhang, Roy Fan,
	Somalapuram Amaranath, Ruifeng Wang, Pablo de Lara, Fiona Trahe,
	adwivedi, michaelsh, rnagadheeraj, Jay Zhou, Hemant Agrawal

> > > > The APIs which are internal to PMD and cryptodev library can be
> > > > marked as internal so that ABI checking do not shout for changes in
> > > > APIs which are internal to DPDK.
> > > >
> > > > Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> > > Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> > Acked-by: Matan Azrad <matan@nvidia.com>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied, thanks.



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

end of thread, other threads:[~2021-08-04 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 11:44 [dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal Akhil Goyal
2021-08-03 19:25 ` Ajit Khaparde
2021-08-04  6:44   ` Matan Azrad
2021-08-04  8:44     ` Hemant Agrawal
2021-08-04 14:35       ` Thomas Monjalon

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).