[dpdk-dev] doc: announce public crypto PMD names removal

Message ID 20170504093919.52597-1-slawomirx.mrozowicz@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Slawomir Mrozowicz May 4, 2017, 9:39 a.m. UTC
  The following PMD names definitions will be moved to the individual PMDs
to remove the coupling between crypto PMDs and the librte_cryptodev:
CRYPTODEV_NAME_NULL_PMD
CRYPTODEV_NAME_AESNI_MB_PMD
CRYPTODEV_NAME_AESNI_GCM_PMD
CRYPTODEV_NAME_OPENSSL_PMD
CRYPTODEV_NAME_QAT_SYM_PMD
CRYPTODEV_NAME_SNOW3G_PMD
CRYPTODEV_NAME_KASUMI_PMD
CRYPTODEV_NAME_ZUC_PMD
CRYPTODEV_NAME_ARMV8_PMD
CRYPTODEV_NAME_SCHEDULER_PMD
CRYPTODEV_NAME_DPAA2_SEC_PMD

Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

De Lara Guarch, Pablo May 8, 2017, 9:50 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Slawomir
> Mrozowicz
> Sent: Thursday, May 04, 2017 10:39 AM
> To: Doherty, Declan
> Cc: dev@dpdk.org; Mrozowicz, SlawomirX
> Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names
> removal
> 
> The following PMD names definitions will be moved to the individual PMDs
> to remove the coupling between crypto PMDs and the librte_cryptodev:
> CRYPTODEV_NAME_NULL_PMD
> CRYPTODEV_NAME_AESNI_MB_PMD
> CRYPTODEV_NAME_AESNI_GCM_PMD
> CRYPTODEV_NAME_OPENSSL_PMD
> CRYPTODEV_NAME_QAT_SYM_PMD
> CRYPTODEV_NAME_SNOW3G_PMD
> CRYPTODEV_NAME_KASUMI_PMD
> CRYPTODEV_NAME_ZUC_PMD
> CRYPTODEV_NAME_ARMV8_PMD
> CRYPTODEV_NAME_SCHEDULER_PMD
> CRYPTODEV_NAME_DPAA2_SEC_PMD
> 
> Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
  
Jerin Jacob May 8, 2017, 11:02 a.m. UTC | #2
-----Original Message-----
> Date: Thu, 4 May 2017 11:39:19 +0200
> From: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
> To: declan.doherty@intel.com
> CC: dev@dpdk.org, Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal
> X-Mailer: git-send-email 2.9.3
> 
> The following PMD names definitions will be moved to the individual PMDs
> to remove the coupling between crypto PMDs and the librte_cryptodev:
> CRYPTODEV_NAME_NULL_PMD
> CRYPTODEV_NAME_AESNI_MB_PMD
> CRYPTODEV_NAME_AESNI_GCM_PMD
> CRYPTODEV_NAME_OPENSSL_PMD
> CRYPTODEV_NAME_QAT_SYM_PMD
> CRYPTODEV_NAME_SNOW3G_PMD
> CRYPTODEV_NAME_KASUMI_PMD
> CRYPTODEV_NAME_ZUC_PMD
> CRYPTODEV_NAME_ARMV8_PMD
> CRYPTODEV_NAME_SCHEDULER_PMD
> CRYPTODEV_NAME_DPAA2_SEC_PMD
> 
> Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>

Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
  
Fiona Trahe May 8, 2017, 1:08 p.m. UTC | #3
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob
> Sent: Monday, May 8, 2017 12:02 PM
> To: Mrozowicz, SlawomirX <slawomirx.mrozowicz@intel.com>
> Cc: Doherty, Declan <declan.doherty@intel.com>; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names
> removal
> 
> -----Original Message-----
> > Date: Thu, 4 May 2017 11:39:19 +0200
> > From: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
> > To: declan.doherty@intel.com
> > CC: dev@dpdk.org, Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
> > Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal
> > X-Mailer: git-send-email 2.9.3
> >
> > The following PMD names definitions will be moved to the individual PMDs
> > to remove the coupling between crypto PMDs and the librte_cryptodev:
> > CRYPTODEV_NAME_NULL_PMD
> > CRYPTODEV_NAME_AESNI_MB_PMD
> > CRYPTODEV_NAME_AESNI_GCM_PMD
> > CRYPTODEV_NAME_OPENSSL_PMD
> > CRYPTODEV_NAME_QAT_SYM_PMD
> > CRYPTODEV_NAME_SNOW3G_PMD
> > CRYPTODEV_NAME_KASUMI_PMD
> > CRYPTODEV_NAME_ZUC_PMD
> > CRYPTODEV_NAME_ARMV8_PMD
> > CRYPTODEV_NAME_SCHEDULER_PMD
> > CRYPTODEV_NAME_DPAA2_SEC_PMD
> >
> > Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
> 
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
  
Hemant Agrawal May 8, 2017, 2:59 p.m. UTC | #4
On 5/8/2017 6:38 PM, Trahe, Fiona wrote:
>
>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob
>> Sent: Monday, May 8, 2017 12:02 PM
>> To: Mrozowicz, SlawomirX <slawomirx.mrozowicz@intel.com>
>> Cc: Doherty, Declan <declan.doherty@intel.com>; dev@dpdk.org
>> Subject: Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names
>> removal
>>
>> -----Original Message-----
>>> Date: Thu, 4 May 2017 11:39:19 +0200
>>> From: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
>>> To: declan.doherty@intel.com
>>> CC: dev@dpdk.org, Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
>>> Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal
>>> X-Mailer: git-send-email 2.9.3
>>>
>>> The following PMD names definitions will be moved to the individual PMDs
>>> to remove the coupling between crypto PMDs and the librte_cryptodev:
>>> CRYPTODEV_NAME_NULL_PMD
>>> CRYPTODEV_NAME_AESNI_MB_PMD
>>> CRYPTODEV_NAME_AESNI_GCM_PMD
>>> CRYPTODEV_NAME_OPENSSL_PMD
>>> CRYPTODEV_NAME_QAT_SYM_PMD
>>> CRYPTODEV_NAME_SNOW3G_PMD
>>> CRYPTODEV_NAME_KASUMI_PMD
>>> CRYPTODEV_NAME_ZUC_PMD
>>> CRYPTODEV_NAME_ARMV8_PMD
>>> CRYPTODEV_NAME_SCHEDULER_PMD
>>> CRYPTODEV_NAME_DPAA2_SEC_PMD
>>>
>>> Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
>>
>> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
>
>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  
Thomas Monjalon May 11, 2017, 12:43 a.m. UTC | #5
> >>> The following PMD names definitions will be moved to the individual PMDs
> >>> to remove the coupling between crypto PMDs and the librte_cryptodev:
> >>> CRYPTODEV_NAME_NULL_PMD
> >>> CRYPTODEV_NAME_AESNI_MB_PMD
> >>> CRYPTODEV_NAME_AESNI_GCM_PMD
> >>> CRYPTODEV_NAME_OPENSSL_PMD
> >>> CRYPTODEV_NAME_QAT_SYM_PMD
> >>> CRYPTODEV_NAME_SNOW3G_PMD
> >>> CRYPTODEV_NAME_KASUMI_PMD
> >>> CRYPTODEV_NAME_ZUC_PMD
> >>> CRYPTODEV_NAME_ARMV8_PMD
> >>> CRYPTODEV_NAME_SCHEDULER_PMD
> >>> CRYPTODEV_NAME_DPAA2_SEC_PMD
> >>>
> >>> Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
> >>
> >> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> > Acked-by: Fiona Trahe <fiona.trahe@intel.com>
> >
> >
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index a3e7c72..7dde7da 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -81,3 +81,6 @@  Deprecation Notices
 
   - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get``
   - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set``
+
+* cryptodev: All PMD names definitions will be moved to the individual PMDs
+  in 17.08.
\ No newline at end of file