Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix cpu crypto cipher auth

2020-11-03 Thread Zhang, Roy Fan
Hi Akhil, Pablo's patch actually fixed the problem I was trying to fix. I rejected this patch. Regards, Fan > -Original Message- > From: Akhil Goyal > Sent: Monday, November 2, 2020 7:57 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Subject: RE: [PATCH] crypto/aesni_mb: fix cpu crypto ciphe

Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix cpu crypto cipher auth

2020-11-03 Thread Zhang, Roy Fan
Hi Akhil, Thanks. Will do. Regards, Fan > -Original Message- > From: Akhil Goyal > Sent: Monday, November 2, 2020 7:57 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Subject: RE: [PATCH] crypto/aesni_mb: fix cpu crypto cipher auth > > Hi Fan, > > Subject: [PATCH] crypto/aesni_mb: fix cpu cry

Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix cpu crypto cipher auth

2020-11-02 Thread Akhil Goyal
Hi Fan, > Subject: [PATCH] crypto/aesni_mb: fix cpu crypto cipher auth > > This patch fixes the AESNI-MB PMD CPU crypto process function. Orignally > the function tried to access crypto vector's aad buffer even it is not > needed. > > Fixes: 8d928d47a29a ("cryptodev: change crypto symmetric vecto

[dpdk-dev] [PATCH] crypto/aesni_mb: fix cpu crypto cipher auth

2020-10-29 Thread Fan Zhang
This patch fixes the AESNI-MB PMD CPU crypto process function. Orignally the function tried to access crypto vector's aad buffer even it is not needed. Fixes: 8d928d47a29a ("cryptodev: change crypto symmetric vector structure") Cc: roy.fan.zh...@intel.com Signed-off-by: Fan Zhang --- drivers/cr