Re: [dpdk-dev] [PATCH 5/7] crypto/octeontx: remove unsupported feature

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:57 AM >To: Ankur Dwivedi ; dev@dpdk.org >Cc: declan.dohe...@intel.com; Anoob Joseph >Subject: [EXT] RE: [PATCH 5/7] crypto/octeontx: remove unsupported feature >

Re: [dpdk-dev] [PATCH 5/7] crypto/octeontx: remove unsupported feature

2020-07-01 Thread Akhil Goyal
Hi, > Subject: [PATCH 5/7] crypto/octeontx: remove unsupported feature > > For SNOW and ZUC algos the offset value for enryption and decryption > is converted to bytes. Hence RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA > feature is not supported by the octeontx crypto pmd. > > Fixes: 32b8f26adf8b ("c

[dpdk-dev] [PATCH 5/7] crypto/octeontx: remove unsupported feature

2020-06-10 Thread Ankur Dwivedi
For SNOW and ZUC algos the offset value for enryption and decryption is converted to bytes. Hence RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA feature is not supported by the octeontx crypto pmd. Fixes: 32b8f26adf8b ("crypto/octeontx: enable non-byte aligned data") Signed-off-by: Ankur Dwivedi --- do