[dpdk-dev] [PATCH] app/test: fix missing operation initialization

2016-07-10 Thread 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 --- 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 inde

[dpdk-dev] [PATCH] app/test: fix missing operation initialization

2016-07-10 Thread Thomas Monjalon
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 Applied, thanks