Re: [dpdk-dev] [PATCH v5 04/16] test/crypto: limit number of sessions

2018-07-05 Thread Akhil Goyal
Hi Shally, On 7/5/2018 4:57 PM, Verma, Shally wrote: -Original Message- From: Pablo de Lara [mailto:pablo.de.lara.gua...@intel.com] Sent: 05 July 2018 07:38 To: declan.dohe...@intel.com; akhil.go...@nxp.com; Verma, Shally ; ravi1.ku...@amd.com; Jacob, Jerin ; roy.fan.zh...@intel.com;

Re: [dpdk-dev] [PATCH v5 04/16] test/crypto: limit number of sessions

2018-07-05 Thread Verma, Shally
>-Original Message- >From: Pablo de Lara [mailto:pablo.de.lara.gua...@intel.com] >Sent: 05 July 2018 07:38 >To: declan.dohe...@intel.com; akhil.go...@nxp.com; Verma, Shally >; ravi1.ku...@amd.com; Jacob, >Jerin ; roy.fan.zh...@intel.com; >fiona.tr...@intel.com; t...@semihalf.com; >jian

[dpdk-dev] [PATCH v5 04/16] test/crypto: limit number of sessions

2018-07-05 Thread Pablo de Lara
Instead of using the maximum number of sessions allowed by the PMDs (which will change to unlimited most of the PMDs), limit the number to a small sufficient amount. Signed-off-by: Pablo de Lara Acked-by: Akhil Goyal --- test/test/test_cryptodev.c | 27 +-- 1 file change