All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: announce public crypto PMD names removal
@ 2017-05-04  9:39 Slawomir Mrozowicz
  2017-05-08  9:50 ` De Lara Guarch, Pablo
  2017-05-08 11:02 ` Jerin Jacob
  0 siblings, 2 replies; 7+ messages in thread
From: Slawomir Mrozowicz @ 2017-05-04  9:39 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, Slawomir Mrozowicz

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(+)

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
-- 
2.5.0

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

* Re: [PATCH] doc: announce public crypto PMD names removal
  2017-05-04  9:39 [PATCH] doc: announce public crypto PMD names removal Slawomir Mrozowicz
@ 2017-05-08  9:50 ` De Lara Guarch, Pablo
  2017-05-08 11:02 ` Jerin Jacob
  1 sibling, 0 replies; 7+ messages in thread
From: De Lara Guarch, Pablo @ 2017-05-08  9:50 UTC (permalink / raw)
  To: Mrozowicz, SlawomirX, Doherty, Declan; +Cc: dev, Mrozowicz, SlawomirX



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

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

* Re: [PATCH] doc: announce public crypto PMD names removal
  2017-05-04  9:39 [PATCH] doc: announce public crypto PMD names removal Slawomir Mrozowicz
  2017-05-08  9:50 ` De Lara Guarch, Pablo
@ 2017-05-08 11:02 ` Jerin Jacob
  2017-05-08 13:08   ` Trahe, Fiona
  1 sibling, 1 reply; 7+ messages in thread
From: Jerin Jacob @ 2017-05-08 11:02 UTC (permalink / raw)
  To: Slawomir Mrozowicz; +Cc: declan.doherty, dev

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

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

* Re: [PATCH] doc: announce public crypto PMD names removal
  2017-05-08 11:02 ` Jerin Jacob
@ 2017-05-08 13:08   ` Trahe, Fiona
  2017-05-08 14:59     ` Hemant Agrawal
  0 siblings, 1 reply; 7+ messages in thread
From: Trahe, Fiona @ 2017-05-08 13:08 UTC (permalink / raw)
  To: Jerin Jacob, Mrozowicz, SlawomirX; +Cc: Doherty, Declan, dev



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

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

* Re: [PATCH] doc: announce public crypto PMD names removal
  2017-05-08 13:08   ` Trahe, Fiona
@ 2017-05-08 14:59     ` Hemant Agrawal
  2017-05-11  0:43       ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Hemant Agrawal @ 2017-05-08 14:59 UTC (permalink / raw)
  To: Trahe, Fiona, Jerin Jacob, Mrozowicz, SlawomirX; +Cc: Doherty, Declan, dev

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>

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

* Re: [PATCH] doc: announce public crypto PMD names removal
  2017-05-08 14:59     ` Hemant Agrawal
@ 2017-05-11  0:43       ` Thomas Monjalon
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2017-05-11  0:43 UTC (permalink / raw)
  To: Mrozowicz, SlawomirX
  Cc: dev, Hemant Agrawal, Trahe, Fiona, Jerin Jacob, Doherty, Declan

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

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

* Re: [PATCH] doc: announce public crypto PMD names removal
       [not found] <1493878976-118626-1-git-send-email-slawomirx.mrozowicz@intel.com>
@ 2017-05-05 15:28 ` Declan Doherty
  0 siblings, 0 replies; 7+ messages in thread
From: Declan Doherty @ 2017-05-05 15:28 UTC (permalink / raw)
  To: Mrozowicz, SlawomirX; +Cc: dev

On 04/05/2017 7:22 AM, Mrozowicz, SlawomirX wrote:
> 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(+)
>
> 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
>

Acked-by: Declan Doherty <declan.doherty@intel.com>

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

end of thread, other threads:[~2017-05-11  0:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-04  9:39 [PATCH] doc: announce public crypto PMD names removal Slawomir Mrozowicz
2017-05-08  9:50 ` De Lara Guarch, Pablo
2017-05-08 11:02 ` Jerin Jacob
2017-05-08 13:08   ` Trahe, Fiona
2017-05-08 14:59     ` Hemant Agrawal
2017-05-11  0:43       ` Thomas Monjalon
     [not found] <1493878976-118626-1-git-send-email-slawomirx.mrozowicz@intel.com>
2017-05-05 15:28 ` Declan Doherty

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.