]> git.droids-corp.org - dpdk.git/commit
efd: fix uninitialized structure
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 25 Feb 2022 09:27:45 +0000 (09:27 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Feb 2022 17:58:47 +0000 (18:58 +0100)
commitecda2c40ac549f2ebd1e8be6bf0a96c4aba6bf36
treeb1b11f2b0f8e8760261625ab1bcef46848233d0c
parent3b0e34e80b55bbd683f4aa8257e25cbea029489b
efd: fix uninitialized structure

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: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Yipeng Wang <yipeng1.wang@intel.com>
lib/efd/rte_efd.c