> -----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" > 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") > Signed-off-by: Tomasz Kulasek <tomaszx.kula...@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>