RE: [PATCH] net/iavf: fix device initialization

2022-05-23 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Wednesday, April 20, 2022 7:03 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Buckley, Daniel M ; Zhang, > Qi Z ; Nicolau, Radu ; > sta...@dpdk.org > Subject: [PATCH] net/iavf: fix device initializat

[PATCH] net/iavf: fix device initialization

2022-04-20 Thread Radu Nicolau
When the inline crypto feature VF capability flag is set also check if the feature is enabled, otherwise the initialization will fail even when the inline crypto is not required. Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- dr