Hi Adam,
> -----Original Message----- > From: Dybkowski, AdamX <adamx.dybkow...@intel.com> > Sent: Friday, December 13, 2019 3:23 PM > To: dev@dpdk.org; Trahe, Fiona <fiona.tr...@intel.com>; akhil.go...@nxp.com > Cc: ravi1.ku...@amd.com; ruifeng.w...@arm.com; ano...@marvell.com; Zhang, Roy > Fan > <roy.fan.zh...@intel.com>; Doherty, Declan <declan.dohe...@intel.com>; De > Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; rnagadhee...@marvell.com; > adwiv...@marvell.com; > g.si...@nxp.com; jianjay.z...@huawei.com; lir...@marvell.com; Dybkowski, AdamX > <adamx.dybkow...@intel.com> > Subject: [PATCH v3 2/4] test/crypto: refactor unit tests - continuation > > Remove the functions that are not used any more > but were left after the previous commit. > > Signed-off-by: Adam Dybkowski <adamx.dybkow...@intel.com> Nack This split doesn't work as the warnings for unused fns are treated as errors, so after applying p1/4 it fails to compile. Each individual patch needs to compile.