RE: [PATCH v2 2/2] efd: fix uninitialized structure

2022-02-24 Thread Wang, Yipeng1
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, February 24, 2022 7:58 AM > To: Wang, Yipeng1 ; Marohn, Byron > > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [PATCH v2 2/2] efd: fix uninitialized structure >

[PATCH v2 2/2] efd: fix uninitialized structure

2022-02-24 Thread Pablo de Lara
Coverity flags that both elements of efd_online_group_entry are used uninitialized. This is OK because this structure is initially used for starting values, so any value is OK. Coverity ID: 375868 Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") Cc: pablo.de.lara.gua...@intel.com