RE: [PATCH] net/iavf: fix IPsec flow create error check

2022-10-12 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Tuesday, October 11, 2022 5:44 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z ; Nicolau, Radu > ; sta...@dpdk.org > Subject: [PATCH] net/iavf: fix IPsec flow create error check > > F

[PATCH] net/iavf: fix IPsec flow create error check

2022-10-11 Thread Radu Nicolau
Fix an error check where the return code was assigned to a unsigned integer which can hide negative error codes. Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- drivers/net/iavf/iavf_ipsec_crypto.c | 10 +- 1 file changed