Re: [dpdk-dev] [PATCH] crypto/dpaa2_sec: add retry timeout in packet enqueue API

2019-11-06 Thread Akhil Goyal
> > This patch adds retry in the DPAA2 SEC packet enqueue API > > Signed-off-by: Nipun Gupta > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] crypto/dpaa2_sec: add retry timeout in packet enqueue API

2019-11-05 Thread Nipun Gupta
This patch adds retry in the DPAA2 SEC packet enqueue API Signed-off-by: Nipun Gupta --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 27 +++-- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c b/drivers/crypto/dpaa2_sec/