Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-04-03 Thread Anoob Joseph
fiona.tr...@intel.com > Subject: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice > > This patch adds the deprecation notice of changing Cryptodev symmetric xform > structure. The proposed change is to making key pointers in the crypto xforms > (cipher, auth, aead) to

Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-04-01 Thread Trahe, Fiona
> -Original Message- > From: Zhang, Roy Fan > Sent: Friday, March 22, 2019 4:35 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > ; De Lara Guarch, Pablo > ; Doherty, > Declan ; Trahe, Fiona > Subject: [PATCH v3] doc: add cryptodev xform depreca

Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-03-29 Thread Thomas Monjalon
29/03/2019 16:59, Akhil Goyal: > > On 3/29/2019 9:19 PM, Akhil Goyal wrote: > > > > On 3/29/2019 7:45 PM, Akhil Goyal wrote: > >> On 3/29/2019 7:29 PM, Akhil Goyal wrote: > >>> On 3/22/2019 10:04 PM, Fan Zhang wrote: > This patch adds the deprecation notice of changing Cryptodev > symmet

Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-03-29 Thread Akhil Goyal
On 3/29/2019 9:19 PM, Akhil Goyal wrote: > > On 3/29/2019 7:45 PM, Akhil Goyal wrote: >> On 3/29/2019 7:29 PM, Akhil Goyal wrote: >>> On 3/22/2019 10:04 PM, Fan Zhang wrote: This patch adds the deprecation notice of changing Cryptodev symmetric xform structure. The proposed change is to

Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-03-29 Thread Akhil Goyal
On 3/29/2019 7:45 PM, Akhil Goyal wrote: > > On 3/29/2019 7:29 PM, Akhil Goyal wrote: >> On 3/22/2019 10:04 PM, Fan Zhang wrote: >>> This patch adds the deprecation notice of changing Cryptodev >>> symmetric xform structure. The proposed change is to making >>> key pointers in the crypto xforms (

Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-03-29 Thread Akhil Goyal
On 3/29/2019 7:29 PM, Akhil Goyal wrote: > > On 3/22/2019 10:04 PM, Fan Zhang wrote: >> This patch adds the deprecation notice of changing Cryptodev >> symmetric xform structure. The proposed change is to making >> key pointers in the crypto xforms (cipher, auth, aead) to >> indicate neither the

Re: [dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-03-29 Thread Akhil Goyal
On 3/22/2019 10:04 PM, Fan Zhang wrote: > This patch adds the deprecation notice of changing Cryptodev > symmetric xform structure. The proposed change is to making > key pointers in the crypto xforms (cipher, auth, aead) to > indicate neither the library or the drivers will not change > the cont

[dpdk-dev] [PATCH v3] doc: add cryptodev xform deprecation notice

2019-03-22 Thread Fan Zhang
This patch adds the deprecation notice of changing Cryptodev symmetric xform structure. The proposed change is to making key pointers in the crypto xforms (cipher, auth, aead) to indicate neither the library or the drivers will not change the content of the key buffer. Signed-off-by: Fan Zhang --