> -----Original Message----- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Thursday, October 5, 2017 2:02 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Doherty, > Declan <declan.dohe...@intel.com>; hemant.agra...@nxp.com; > jerin.ja...@caviumnetworks.com; Trahe, Fiona <fiona.tr...@intel.com>; > Jain, Deepak K <deepak.k.j...@intel.com>; Griffin, John > <john.grif...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] test/crypto: remove crypto perf tests > > On 10/4/2017 12:18 PM, Pablo de Lara wrote: > > Since the crypto perf application is flexible enough to cover all the > > crypto performance tests, these are not needed anymore, so they will > > be removed to avoid duplications. > > Besides, the crypto perf application gives the user more options to > > get performance, for every single supported algorithm, such as varying > > the buffer size as the user wants. > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > > --- > > > > Changes in v2: > > - Rebased against latest code > > - Added note in release notes > > > > doc/guides/rel_notes/release_17_11.rst | 15 + > > test/test/Makefile | 1 - > > test/test/test_cryptodev_perf.c | 4932 > > -------------------------------- > > 3 files changed, 15 insertions(+), 4933 deletions(-) > > delete mode 100644 test/test/test_cryptodev_perf.c > > > Acked-by: Akhil Goyal <akhil.go...@nxp.com>
Applied to dpdk-next-crypto. Pablo