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

2018-07-04 Thread Akhil Goyal
On 6/28/2018 6:22 AM, Pablo de Lara wrote: 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

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

2018-06-28 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 --- test/test/test_cryptodev.c | 27 +-- 1 file changed, 21 insertions(+), 6