Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-10 Thread Thomas Monjalon
05/05/2017 17:32, Declan Doherty: > On 04/05/2017 4:37 PM, Tomasz Kulasek wrote: > > API changes are planned for 17.08 to made sessions agnostic to the > > underlaying devices, removing coupling with crypto PMDs, so a single > > session can be used on multiple devices. > > > > It requires to change

Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-09 Thread Akhil Goyal
On 5/4/2017 9:07 PM, Tomasz Kulasek wrote: API changes are planned for 17.08 to made sessions agnostic to the underlaying devices, removing coupling with crypto PMDs, so a single session can be used on multiple devices. It requires to change "struct rte_cryptodev_sym_session" to store more than

Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-08 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, May 4, 2017 4:37 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH] doc: announce API changes in crypto library > > API changes

Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-08 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Thursday, May 04, 2017 4:37 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH] doc: announce API changes in crypto library > > API changes

Re: [dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-05 Thread Declan Doherty
On 04/05/2017 4:37 PM, Tomasz Kulasek wrote: API changes are planned for 17.08 to made sessions agnostic to the underlaying devices, removing coupling with crypto PMDs, so a single session can be used on multiple devices. It requires to change "struct rte_cryptodev_sym_session" to store more tha

[dpdk-dev] [PATCH] doc: announce API changes in crypto library

2017-05-04 Thread Tomasz Kulasek
API changes are planned for 17.08 to made sessions agnostic to the underlaying devices, removing coupling with crypto PMDs, so a single session can be used on multiple devices. It requires to change "struct rte_cryptodev_sym_session" to store more than one private data for devices, as well as remo