DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/test: fix missing operation initialization
@ 2016-07-10 10:20 Deepak Kumar Jain
  2016-07-10 12:52 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Deepak Kumar Jain @ 2016-07-10 10:20 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch, fiona.trahe, declan.doherty, Deepak Kumar Jain

Initializing the authentication op parameter.

Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations")

Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
---
 app/test/test_cryptodev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 9dfe34f..72f768b 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -3002,6 +3002,7 @@ create_gcm_session(uint8_t dev_id, enum rte_crypto_cipher_operation op,
 	ut_params->cipher_xform.next = NULL;
 
 	ut_params->cipher_xform.cipher.algo = RTE_CRYPTO_CIPHER_AES_GCM;
+	ut_params->auth_xform.auth.op = RTE_CRYPTO_AUTH_OP_GENERATE;
 	ut_params->cipher_xform.cipher.op = op;
 	ut_params->cipher_xform.cipher.key.data = cipher_key;
 	ut_params->cipher_xform.cipher.key.length = key_len;
-- 
2.5.5

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

* Re: [dpdk-dev] [PATCH] app/test: fix missing operation initialization
  2016-07-10 10:20 [dpdk-dev] [PATCH] app/test: fix missing operation initialization Deepak Kumar Jain
@ 2016-07-10 12:52 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-07-10 12:52 UTC (permalink / raw)
  To: Deepak Kumar Jain; +Cc: dev, pablo.de.lara.guarch, fiona.trahe, declan.doherty

2016-07-10 11:20, Deepak Kumar Jain:
> Initializing the authentication op parameter.
> 
> Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations")
> 
> Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-07-10 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-10 10:20 [dpdk-dev] [PATCH] app/test: fix missing operation initialization Deepak Kumar Jain
2016-07-10 12:52 ` 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).