[dpdk-dev] [PATCH v4 09/12] cryptodev: update symmetric session structure

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Thu Jan 10 14:06:06 CET 2019



> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Wednesday, January 9, 2019 10:56 PM
> To: dev at dpdk.org
> Cc: akhil.goyal at nxp.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; Trahe, Fiona <fiona.trahe at intel.com>
> Subject: [PATCH v4 09/12] cryptodev: update symmetric session structure
> 
> This patch updates the rte_cryptodev_sym_session structure for cryptodev
> library. The updates include a changed session private data array and an
> added nb_drivers field. They are used to calculate the correct session header
> size and ensure safe access of the session private data.
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> Acked-by: Fiona Trahe <fiona.trahe at intel.com>
> ---
>  doc/guides/prog_guide/img/cryptodev_sym_sess.svg | 701 ++++++++++++----
> -------
>  doc/guides/rel_notes/release_19_02.rst           |   7 +-
>  lib/librte_cryptodev/rte_cryptodev.c             | 100 +++-
>  lib/librte_cryptodev/rte_cryptodev.h             |   8 +-
>  lib/librte_cryptodev/rte_cryptodev_pmd.h         |  13 +-
>  5 files changed, 444 insertions(+), 385 deletions(-)

Remove deprecation notice about this change, from deprecation.rst.



More information about the dev mailing list