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

2019-01-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Wednesday, January 9, 2019 10:56 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; De Lara Guarch, Pablo > ; Trahe, Fiona > Subject: [PATCH v4 09/12] cryptodev: update symmetric session structure > > This patch updates the rte_cryptode

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

2019-01-09 Thread Fan Zhang
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: Fa