Re: [dpdk-dev] [PATCH v3 2/8] cryptodev: add digest encrypted feature flag

2019-07-05 Thread Akhil Goyal
> > > > Some PMDs can only support digest being > > encrypted separately in auth-cipher operations. > > Thus it is required to add feature flag in PMD to reflect if it does support > > digest-appended > > both: digest generation with encryption and decryption with digest > > verification. > > Th

Re: [dpdk-dev] [PATCH v3 2/8] cryptodev: add digest encrypted feature flag

2019-07-03 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Damian Nowak > Sent: Wednesday, July 3, 2019 12:16 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal, > ArkadiuszX ; Nowak, DamianX > > Subject: [dpdk-dev] [PATC

[dpdk-dev] [PATCH v3 2/8] cryptodev: add digest encrypted feature flag

2019-07-03 Thread Damian Nowak
Some PMDs can only support digest being encrypted separately in auth-cipher operations. Thus it is required to add feature flag in PMD to reflect if it does support digest-appended both: digest generation with encryption and decryption with digest verification. This patch also adds information abou