Re: [dpdk-dev] [PATCH 1/7] common/cpt: fix encryption offset

2020-07-02 Thread Ankur Dwivedi
Hi Akhil, Please see my response inline. Thanks Ankur >-Original Message- >From: Akhil Goyal >Sent: Thursday, July 2, 2020 1:54 AM >To: Ankur Dwivedi ; dev@dpdk.org >Cc: declan.dohe...@intel.com; Anoob Joseph >Subject: [EXT] RE: [PATCH 1/7] common/cpt: fix encryption offset > >External

Re: [dpdk-dev] [PATCH 1/7] common/cpt: fix encryption offset

2020-07-01 Thread Akhil Goyal
> > In case of gmac auth the encryption offset should be set to zero. > > Fixes: b74652f3a91f ("common/cpt: add microcode interface for encryption") > Fixes: 177b41ceee61 ("common/cpt: add microcode interface for decryption") > > Signed-off-by: Ankur Dwivedi I believe this should be backported

[dpdk-dev] [PATCH 1/7] common/cpt: fix encryption offset

2020-06-10 Thread Ankur Dwivedi
In case of gmac auth the encryption offset should be set to zero. Fixes: b74652f3a91f ("common/cpt: add microcode interface for encryption") Fixes: 177b41ceee61 ("common/cpt: add microcode interface for decryption") Signed-off-by: Ankur Dwivedi --- drivers/common/cpt/cpt_ucode.h | 24 ++