Re: [dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized values for null operations

2017-03-21 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Monday, March 06, 2017 2:08 PM > To: Kulasek, TomaszX; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized values for

Re: [dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized values for null operations

2017-03-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kulasek, TomaszX > Sent: Friday, February 24, 2017 3:26 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] app/crypto-perf: fix uninitialized values for null operations > > Some values are uninitialized for "cipher null" and "auth null" > op

[dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized values for null operations

2017-02-24 Thread Tomasz Kulasek
Some values are uninitialized for "cipher null" and "auth null" operations. It may cause unpredictable results for some crypto pmd drivers, or even segmentation fault. This patch sets values for null operations to zero. Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application