> > > > This patch fixes coverity issue: Improper use of negative value. > > test_data->input_data_sz is passed to a parameter that > > cannot be negative. > > > > Coverity issue: 328504 > > Fixes: b68a82425da4 ("app/compress-perf: add performance measurement") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Tomasz Jozwiak <tomaszx.jozw...@intel.com> > Acked-by: Fiona Trahe <fiona.tr...@intel.com>
Applied to dpdk-next-crypto Thanks