[dpdk-dev] [PATCH] app/test: fix for icc compilation error

2016-06-27 Thread Thomas Monjalon
> > Icc complains about variable may be used without setting. > > > > Fixes: 97fe6461c7cbfb ("app/test: add SNOW 3G performance test) > > > > Signed-off-by: Deepak Kumar Jain > Acked-by: John Griffin Applied, thanks

[dpdk-dev] [PATCH] app/test: fix for icc compilation error

2016-06-22 Thread John Griffin
On 22/06/16 17:13, Deepak Kumar Jain wrote: > Icc complains about variable may be used without setting. > > Fixes: 97fe6461c7cbfb ("app/test: add SNOW 3G performance test) > > Signed-off-by: Deepak Kumar Jain Acked-by: John Griffin

[dpdk-dev] [PATCH] app/test: fix for icc compilation error

2016-06-22 Thread Deepak Kumar Jain
Icc complains about variable may be used without setting. Fixes: 97fe6461c7cbfb ("app/test: add SNOW 3G performance test) Signed-off-by: Deepak Kumar Jain --- app/test/test_cryptodev_perf.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git