numam-dpdk/drivers/net/ifc
Andrzej Ostruszka da08a9355f net/ifc: clean LTO warnings
During LTO build compiler reports some 'false positive' warnings about
variables being possibly used uninitialized.  This patch silences these
warnings.

Exemplary compiler warning to suppress (with LTO enabled):
error: ‘features’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
  if (RTE_VHOST_NEED_LOG(features)) {

Signed-off-by: Andrzej Ostruszka <aostruszka@marvell.com>
2019-11-08 15:23:41 +01:00
..
base net/ifc: support SW assisted VDPA live migration 2018-12-21 16:22:40 +01:00
ifcvf_vdpa.c net/ifc: clean LTO warnings 2019-11-08 15:23:41 +01:00
Makefile net/ifc: detect if VDPA mode is specified 2018-12-21 16:22:40 +01:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
rte_pmd_ifc_version.map net/ifc: make driver name consistent 2018-06-14 19:27:50 +02:00