> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Ali Alnubani > Sent: Sunday, July 11, 2021 2:27 PM > To: Cristian Dumitrescu <cristian.dumitre...@intel.com>; dev@dpdk.org; > NBU-Contact-Thomas Monjalon <tho...@monjalon.net> > Cc: Churchill Khangar <churchill.khan...@intel.com> > Subject: Re: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for > selector tables > > Hi, > > > -----Original Message----- > > From: dev <dev-boun...@dpdk.org> On Behalf Of Cristian Dumitrescu > > Sent: Saturday, July 10, 2021 3:21 AM > > To: dev@dpdk.org; NBU-Contact-Thomas Monjalon > <tho...@monjalon.net> > > Cc: Churchill Khangar <churchill.khan...@intel.com> > > Subject: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for > > selector tables > > > > Add application-evel support for selector tables. > > > > Signed-off-by: Churchill Khangar <churchill.khan...@intel.com> > > Signed-off-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > > --- > > This patch is causing the following build error in Ubuntu 16.04.7 with gcc > version 5.4.0: > """ > $ meson --werror --buildtype=debugoptimized -Dexamples=all build && > ninja -C build ... > ... > ../../root/dpdk/examples/pipeline/cli.c: In function > 'pipeline_selector_group_member_read': > ../../root/dpdk/examples/pipeline/cli.c:1559:11: error: 'weight_val' may be > used uninitialized in this function [-Werror=maybe-uninitialized] > *weight = weight_val; > """
Resolved by https://patches.dpdk.org/project/dpdk/patch/20210712074636.406903-1-alia...@nvidia.com/. Regards, Ali