Re: [dpdk-dev] [PATCH] examples/eventdev: fix build with GCC < 5

2018-01-21 Thread Thomas Monjalon
21/01/2018 23:40, Ferruh Yigit: > On 1/21/2018 10:32 PM, Thomas Monjalon wrote: > > Forgot the Fixes: tags, > > > > 21/01/2018 23:21, Thomas Monjalon: > >> Some errors were seen with GCC 4.8 and 4.9. > >> It looks to be a bug fixed in GCC 5. > >> > >> examples/eventdev_pipeline/pipeline_worker_gen

Re: [dpdk-dev] [PATCH] examples/eventdev: fix build with GCC < 5

2018-01-21 Thread Ferruh Yigit
On 1/21/2018 10:32 PM, Thomas Monjalon wrote: > Forgot the Fixes: tags, > > 21/01/2018 23:21, Thomas Monjalon: >> Some errors were seen with GCC 4.8 and 4.9. >> It looks to be a bug fixed in GCC 5. >> >> examples/eventdev_pipeline/pipeline_worker_generic.c:474:4: error: >> missing initializer for

Re: [dpdk-dev] [PATCH] examples/eventdev: fix build with GCC < 5

2018-01-21 Thread Thomas Monjalon
Forgot the Fixes: tags, 21/01/2018 23:21, Thomas Monjalon: > Some errors were seen with GCC 4.8 and 4.9. > It looks to be a bug fixed in GCC 5. > > examples/eventdev_pipeline/pipeline_worker_generic.c:474:4: error: > missing initializer for field 'queue_id' of 'struct ' > > examples/eventdev_pip

[dpdk-dev] [PATCH] examples/eventdev: fix build with GCC < 5

2018-01-21 Thread Thomas Monjalon
Some errors were seen with GCC 4.8 and 4.9. It looks to be a bug fixed in GCC 5. examples/eventdev_pipeline/pipeline_worker_generic.c:474:4: error: missing initializer for field 'queue_id' of 'struct ' examples/eventdev_pipeline/pipeline_worker_generic.c:475:3: error: missing initializer for fiel