patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] crypto: remove cut'n'paste comment
@ 2019-09-30  7:51 Thierry Herbelot
  2019-10-04 10:40 ` [dpdk-stable] [dpdk-dev] " Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Herbelot @ 2019-09-30  7:51 UTC (permalink / raw)
  To: dev; +Cc: stable, Thomas Monjalon, jerinj, michaelsh, declan.doherty

A comment valid in AESNI PMD was copied and pasted in other code

Fixes: 8a61c83af2fa ('crypto/mrvl: add mrvl crypto driver')
Fixes: 169ca3db550c ('crypto/armv8: add PMD optimized for ARMv8 processors')
Fixes: d61f70b4c918 ('crypto/libcrypto: add driver for OpenSSL library')

Cc: stable@dpdk.org
Cc: jerinj@marvell.com
Cc: michaelsh@marvell.com
Cc: declan.doherty@intel.com

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 drivers/crypto/armv8/rte_armv8_pmd.c     | 1 -
 drivers/crypto/mvsam/rte_mrvl_pmd.c      | 1 -
 drivers/crypto/openssl/rte_openssl_pmd.c | 1 -
 3 files changed, 3 deletions(-)

diff --git a/drivers/crypto/armv8/rte_armv8_pmd.c b/drivers/crypto/armv8/rte_armv8_pmd.c
index 0d4649adcd1d..711701a974c6 100644
--- a/drivers/crypto/armv8/rte_armv8_pmd.c
+++ b/drivers/crypto/armv8/rte_armv8_pmd.c
@@ -777,7 +777,6 @@ cryptodev_armv8_crypto_create(const char *name,
 			RTE_CRYPTODEV_FF_CPU_NEON |
 			RTE_CRYPTODEV_FF_CPU_ARM_CE;
 
-	/* Set vector instructions mode supported */
 	internals = dev->data->dev_private;
 
 	internals->max_nb_qpairs = init_params->max_nb_queue_pairs;
diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd.c b/drivers/crypto/mvsam/rte_mrvl_pmd.c
index ef2e5ed00dd0..0aafcc1503f1 100644
--- a/drivers/crypto/mvsam/rte_mrvl_pmd.c
+++ b/drivers/crypto/mvsam/rte_mrvl_pmd.c
@@ -821,7 +821,6 @@ cryptodev_mrvl_crypto_create(const char *name,
 			RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT |
 			RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT;
 
-	/* Set vector instructions mode supported */
 	internals = dev->data->dev_private;
 
 	internals->max_nb_qpairs = init_params->common.max_nb_queue_pairs;
diff --git a/drivers/crypto/openssl/rte_openssl_pmd.c b/drivers/crypto/openssl/rte_openssl_pmd.c
index 2f5552840741..b05f6adb9289 100644
--- a/drivers/crypto/openssl/rte_openssl_pmd.c
+++ b/drivers/crypto/openssl/rte_openssl_pmd.c
@@ -2127,7 +2127,6 @@ cryptodev_openssl_create(const char *name,
 			RTE_CRYPTODEV_FF_RSA_PRIV_OP_KEY_EXP |
 			RTE_CRYPTODEV_FF_RSA_PRIV_OP_KEY_QT;
 
-	/* Set vector instructions mode supported */
 	internals = dev->data->dev_private;
 
 	internals->max_nb_qpairs = init_params->max_nb_queue_pairs;
-- 
2.20.1


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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] crypto: remove cut'n'paste comment
  2019-09-30  7:51 [dpdk-stable] [PATCH] crypto: remove cut'n'paste comment Thierry Herbelot
@ 2019-10-04 10:40 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2019-10-04 10:40 UTC (permalink / raw)
  To: Thierry Herbelot, dev
  Cc: stable, Thomas Monjalon, jerinj, michaelsh, declan.doherty


> 
> A comment valid in AESNI PMD was copied and pasted in other code
> 
> Fixes: 8a61c83af2fa ('crypto/mrvl: add mrvl crypto driver')
> Fixes: 169ca3db550c ('crypto/armv8: add PMD optimized for ARMv8 processors')
> Fixes: d61f70b4c918 ('crypto/libcrypto: add driver for OpenSSL library')
> 
> Cc: stable@dpdk.org
> Cc: jerinj@marvell.com
> Cc: michaelsh@marvell.com
> Cc: declan.doherty@intel.com
> 
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
> ---
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.

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

end of thread, other threads:[~2019-10-04 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  7:51 [dpdk-stable] [PATCH] crypto: remove cut'n'paste comment Thierry Herbelot
2019-10-04 10:40 ` [dpdk-stable] [dpdk-dev] " 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).