Re: [dpdk-dev] [PATCH v2 3/3] app/test-pipeline: fix building with GCC 10

2020-02-05 Thread Dumitrescu, Cristian
> -Original Message- > From: Timothy Redaelli > Sent: Wednesday, February 5, 2020 2:12 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; david.march...@redhat.com; Dumitrescu, Cristian > > Subject: [PATCH v2 3/3] app/test-pipeline: fix building with GCC 10 > > GCC 10 defaults to -fno-commo

[dpdk-dev] [PATCH v2 3/3] app/test-pipeline: fix building with GCC 10

2020-02-05 Thread Timothy Redaelli
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: 48f31ca50cc4 ("app/pipeline: packet framework benchmark") Cc: cristian.dumitre...@intel.com Cc: sta...@dpdk.org Signed-off-by: Timothy Red