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

2019-04-12 Thread Iremonger, Bernard
Hi Konstantin, > > 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 > > --- > > app/test/t

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

2019-04-12 Thread Ananyev, Konstantin
Hi Bernard, /ipsec: fix logic around dequeue burst > > 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 Iremo

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

2019-04-11 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Thursday, April 11, 2019 2:08 PM > To: dev@dpdk.org; Ananyev, Konstantin ; > akhil.go...@nxp.com > Cc: Iremonger, Bernard ; sta...@dpdk.org > Subject: [dpdk-dev] [

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

2019-04-11 Thread Bernard Iremonger
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 --- app/test/test_ipsec.c | 42 +++