DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] crypto/null: fix key size increment value
@ 2016-09-16 10:49 Deepak Kumar Jain
  2016-09-16 15:55 ` Trahe, Fiona
  2016-09-16 21:34 ` De Lara Guarch, Pablo
  0 siblings, 2 replies; 3+ messages in thread
From: Deepak Kumar Jain @ 2016-09-16 10:49 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch, Deepak Kumar Jain

This patch fixes the values of increment in key size.

Fixes: 	94b0ad8e0a ("null_crypto_pmd: PMD to support null crypto
	operations")

Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
---
 drivers/crypto/null/null_crypto_pmd_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/null/null_crypto_pmd_ops.c b/drivers/crypto/null/null_crypto_pmd_ops.c
index cf1a519..26ff631 100644
--- a/drivers/crypto/null/null_crypto_pmd_ops.c
+++ b/drivers/crypto/null/null_crypto_pmd_ops.c
@@ -70,7 +70,7 @@ static const struct rte_cryptodev_capabilities null_crypto_pmd_capabilities[] =
 				.key_size = {
 					.min = 0,
 					.max = 0,
-					.increment = 8
+					.increment = 0
 				},
 				.iv_size = {
 					.min = 0,
-- 
2.5.5

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

* Re: [dpdk-dev] [PATCH] crypto/null: fix key size increment value
  2016-09-16 10:49 [dpdk-dev] [PATCH] crypto/null: fix key size increment value Deepak Kumar Jain
@ 2016-09-16 15:55 ` Trahe, Fiona
  2016-09-16 21:34 ` De Lara Guarch, Pablo
  1 sibling, 0 replies; 3+ messages in thread
From: Trahe, Fiona @ 2016-09-16 15:55 UTC (permalink / raw)
  To: Jain, Deepak K, dev; +Cc: De Lara Guarch, Pablo, Trahe, Fiona



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Deepak Kumar Jain
> Sent: Friday, September 16, 2016 11:50 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Jain, Deepak K
> <deepak.k.jain@intel.com>
> Subject: [dpdk-dev] [PATCH] crypto/null: fix key size increment value
> 
> This patch fixes the values of increment in key size.
> 
> Fixes: 	94b0ad8e0a ("null_crypto_pmd: PMD to support null crypto
> 	operations")
> 
> Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>

Acked-by: Fiona Trahe <fiona.trahe@intel.com>

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

* Re: [dpdk-dev] [PATCH] crypto/null: fix key size increment value
  2016-09-16 10:49 [dpdk-dev] [PATCH] crypto/null: fix key size increment value Deepak Kumar Jain
  2016-09-16 15:55 ` Trahe, Fiona
@ 2016-09-16 21:34 ` De Lara Guarch, Pablo
  1 sibling, 0 replies; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-09-16 21:34 UTC (permalink / raw)
  To: Jain, Deepak K, dev



> -----Original Message-----
> From: Jain, Deepak K
> Sent: Friday, September 16, 2016 3:50 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo; Jain, Deepak K
> Subject: [PATCH] crypto/null: fix key size increment value
> 
> This patch fixes the values of increment in key size.
> 
> Fixes: 	94b0ad8e0a ("null_crypto_pmd: PMD to support null crypto
> 	operations")
> 
> Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo

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

end of thread, other threads:[~2016-09-16 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 10:49 [dpdk-dev] [PATCH] crypto/null: fix key size increment value Deepak Kumar Jain
2016-09-16 15:55 ` Trahe, Fiona
2016-09-16 21:34 ` De Lara Guarch, Pablo

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