Re: [dpdk-dev] [dpdk-dev v2] crypto/aesni_gcm: fix performance issue

2021-07-07 Thread Akhil Goyal
> > > > This patch fixes the aesni_gcm performance issue on systems with AVX512 > > CPU flag presented but with VAES CPU flag missing, such as Skylake. > > > > Fixes: 81fe96a0cece ("crypto/aesni_gcm: use architecture independent > API") > > Cc: pablo.de.lara.gua...@intel.com > > > > Signed-off-by:

Re: [dpdk-dev] [dpdk-dev v2] crypto/aesni_gcm: fix performance issue

2021-06-29 Thread Zhang, Roy Fan
> -Original Message- > From: Ji, Kai > Sent: Tuesday, June 29, 2021 4:19 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Ji, Kai ; De > Lara Guarch, Pablo > Subject: [dpdk-dev v2] crypto/aesni_gcm: fix performance issue > > This patch fixes the aesni_gcm performance issue on systems with AV

[dpdk-dev] [dpdk-dev v2] crypto/aesni_gcm: fix performance issue

2021-06-29 Thread Kai Ji
This patch fixes the aesni_gcm performance issue on systems with AVX512 CPU flag presented but with VAES CPU flag missing, such as Skylake. Fixes: 81fe96a0cece ("crypto/aesni_gcm: use architecture independent API") Cc: pablo.de.lara.gua...@intel.com Signed-off-by: Kai Ji --- v2: Checkpatch fix