Re: [dpdk-dev] [PATCH v2] test/ipsec: fix test initialisation

2019-04-04 Thread Iremonger, Bernard
Hi Akhil, > On 3/22/2019 7:17 PM, Bernard Iremonger wrote: > > Fix xform initialisation. > > Fix testsuite_setup. > > Loop on rte_cryptodev_dequeue_burst() calls. > > Remove unused variables. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > Fixes: 59d7353b0df0 ("test/ip

Re: [dpdk-dev] [PATCH v2] test/ipsec: fix test initialisation

2019-03-22 Thread Akhil Goyal
Hi Bernard, On 3/22/2019 7:17 PM, Bernard Iremonger wrote: > Fix xform initialisation. > Fix testsuite_setup. > Loop on rte_cryptodev_dequeue_burst() calls. > Remove unused variables. > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > Fixes: 59d7353b0df0 ("test/ipsec: fix test sui

[dpdk-dev] [PATCH v2] test/ipsec: fix test initialisation

2019-03-22 Thread Bernard Iremonger
Fix xform initialisation. Fix testsuite_setup. Loop on rte_cryptodev_dequeue_burst() calls. Remove unused variables. Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") Fixes: 59d7353b0df0 ("test/ipsec: fix test suite setup") Signed-off-by: Bernard Iremonger --- Changes in v2: Increase