[dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for selector tables

Ali Alnubani alialnu at oss.nvidia.com
Sun Jul 11 13:27:18 CEST 2021


Hi,

> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Cristian Dumitrescu
> Sent: Saturday, July 10, 2021 3:21 AM
> To: dev at dpdk.org; NBU-Contact-Thomas Monjalon
> <thomas at monjalon.net>
> Cc: Churchill Khangar <churchill.khangar at 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.khangar at intel.com>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at 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;
"""

Regards,
Ali


More information about the dev mailing list