RE: [PATCH v2] net/iavf: fix device stop

2022-05-25 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Monday, May 23, 2022 8:05 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Buckley, Daniel M ; Zhang, > Qi Z ; Nicolau, Radu ; > sta...@dpdk.org > Subject: [PATCH v2] net/iavf: fix device stop &g

[PATCH v2] net/iavf: fix device stop

2022-05-23 Thread Radu Nicolau
Move security context destroy from device stop to device close function. Deleting the context on device stop can prevent the application from properly cleaning and releasing resources. Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau -