Re: [PATCH] net/nfp: fix uninitialized variable

2024-03-19 Thread Ferruh Yigit
On 3/19/2024 8:55 AM, Chaoyong He wrote: > CI found in the logic of 'nfp_aesgcm_iv_update()', the variable > 'cfg_iv' may used uninitialized in some case. > > Coverity issue: 415808 > Fixes: 36361ca7fea2 ("net/nfp: fix data endianness problem") > Cc: shihong.w...@corigine.com > Cc: sta...@dpdk.org

[PATCH] net/nfp: fix uninitialized variable

2024-03-19 Thread Chaoyong He
CI found in the logic of 'nfp_aesgcm_iv_update()', the variable 'cfg_iv' may used uninitialized in some case. Coverity issue: 415808 Fixes: 36361ca7fea2 ("net/nfp: fix data endianness problem") Cc: shihong.w...@corigine.com Cc: sta...@dpdk.org Signed-off-by: Chaoyong He Reviewed-by: Long Wu Rev