Re: [dpdk-dev] [PATCH 2/3] cryptodev: verify session mempool element size

2020-07-01 Thread Akhil Goyal
> > Subject: [PATCH 2/3] cryptodev: verify session mempool element size > > > > This patch adds the verification of the element size of the > > mempool provided for the session creation. Returns the error > > if the element size is too small to hold the session object. > > > > Signed-off-by: Adam D

Re: [dpdk-dev] [PATCH 2/3] cryptodev: verify session mempool element size

2020-06-24 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Monday, June 8, 2020 2:15 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH 2/3] cryptodev: verify session mempool element size > > This patch adds the verification of the element siz

[dpdk-dev] [PATCH 2/3] cryptodev: verify session mempool element size

2020-06-08 Thread Adam Dybkowski
This patch adds the verification of the element size of the mempool provided for the session creation. Returns the error if the element size is too small to hold the session object. Signed-off-by: Adam Dybkowski --- lib/librte_cryptodev/rte_cryptodev.c | 45 +++- 1 file c