numam-dpdk/examples/vhost_blk
Timothy Redaelli be84899229 examples/vhost_blk: fix build with gcc 10
GCC 10 defaults to -fno-common, this means a linker error will now be
reported if the same global variable is defined in more than one
compilation unit.

Fixes: c19beb3f38 ("examples/vhost_blk: introduce vhost storage sample")
Cc: stable@dpdk.org

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: David Marchand <david.marchand@redhat.com>
2020-03-04 10:24:42 +01:00
..
blk_spec.h examples/vhost_blk: introduce vhost storage sample 2019-11-11 14:23:02 +01:00
blk.c examples/vhost_blk: introduce vhost storage sample 2019-11-11 14:23:02 +01:00
Makefile examples: hide error for missing pkg-config path flag 2019-11-20 22:48:32 +01:00
meson.build examples/vhost_blk: introduce vhost storage sample 2019-11-11 14:23:02 +01:00
vhost_blk_compat.c examples/vhost_blk: introduce vhost storage sample 2019-11-11 14:23:02 +01:00
vhost_blk.c examples/vhost_blk: fix build with gcc 10 2020-03-04 10:24:42 +01:00
vhost_blk.h examples/vhost_blk: fix build with gcc 10 2020-03-04 10:24:42 +01:00