Re: [dpdk-dev] [PATCH v2 4/5] examples/l2fwd-crypto: fix session mempool size

2018-07-20 Thread Trahe, Fiona
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, July 19, 2018 9:40 AM > To: Doherty, Declan ; Trahe, Fiona > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 4/5] examples/l2fwd-crypto: fix session mempool size > > The session mempool size f

[dpdk-dev] [PATCH v2 4/5] examples/l2fwd-crypto: fix session mempool size

2018-07-19 Thread Pablo de Lara
The session mempool size for this application depends on the number of crypto devices that are capable of performing the operation given by the parameters on the app. However, previously this calculation was done before all devices were checked, resulting in an incorrect number of sessions require