Re: [dpdk-dev] [PATCH v2] app/test/ipsec: fix logic around dequeue burst

2019-04-17 Thread Akhil Goyal
> > > > Added crypto_dequeue_burst() function to call > > rte_crypto_dequeue_burst() in a loop with a > > delay to ensure that all the packets are > > dequeued from the crtpto device. > > > > Fixes: 59d7353b0df0 ("test/ipsec: fix test suite setup") > > Cc: sta...@dpdk.org > > Signed-off-by: Bernar

Re: [dpdk-dev] [PATCH v2] app/test/ipsec: fix logic around dequeue burst

2019-04-17 Thread Akhil Goyal
> > > Added crypto_dequeue_burst() function to call > rte_crypto_dequeue_burst() in a loop with a > delay to ensure that all the packets are > dequeued from the crtpto device. > > Fixes: 59d7353b0df0 ("test/ipsec: fix test suite setup") > Cc: sta...@dpdk.org > Signed-off-by: Bernard Iremonger

[dpdk-dev] [PATCH v2] app/test/ipsec: fix logic around dequeue burst

2019-04-12 Thread Bernard Iremonger
Added crypto_dequeue_burst() function to call rte_crypto_dequeue_burst() in a loop with a delay to ensure that all the packets are dequeued from the crtpto device. Fixes: 59d7353b0df0 ("test/ipsec: fix test suite setup") Cc: sta...@dpdk.org Signed-off-by: Bernard Iremonger Acked-by: Fiona Trahe