> -----Original Message----- > From: Smoczynski, MarcinX <marcinx.smoczyn...@intel.com> > Sent: Tuesday, January 28, 2020 3:17 AM > To: akhil.go...@nxp.com; Ananyev, Konstantin > <konstantin.anan...@intel.com>; Zhang, Roy Fan <roy.fan.zh...@intel.com>; > Doherty, Declan <declan.dohe...@intel.com>; Nicolau, Radu > <radu.nico...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com> > Cc: dev@dpdk.org; Smoczynski, MarcinX <marcinx.smoczyn...@intel.com> > Subject: [PATCH v4 3/8] test/crypto: add CPU crypto tests > > Add unit and performance tests for CPU crypto mode currently implemented by > AESNI-GCM cryptodev. Unit tests cover AES-GCM and GMAC test vectors. > > Signed-off-by: Marcin Smoczynski <marcinx.smoczyn...@intel.com>
Two things about this patch: 1 - Copyright dates are wrong, it should be 2020. 2 - I'd say for the moment it's OK, but for the future, we should try to integrate the performance tests into the crypto perf application. Thanks, Pablo