> -----Original Message----- > From: Nicolau, Radu <radu.nico...@intel.com> > Sent: Tuesday, October 11, 2022 5:44 PM > To: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com> > Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Nicolau, Radu > <radu.nico...@intel.com>; sta...@dpdk.org > Subject: [PATCH] net/iavf: fix IPsec flow create error check > > 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 <radu.nico...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi