[dpdk-dev] [PATCH 01/10] vdpa/sfc: introduce Xilinx vDPA driver

Stephen Hemminger stephen at networkplumber.org
Fri Aug 13 17:34:22 CEST 2021


On Tue, 6 Jul 2021 22:14:09 +0530
Vijay Srivastava <vijay.srivastava at xilinx.com> wrote:

> +# Enable more warnings
> +extra_flags += [
> +	'-Wdisabled-optimization'
> +]
> +
> +# Compiler and version dependent flags
> +extra_flags += [
> +	'-Waggregate-return',
> +	'-Wbad-function-cast'
> +]
> +

Having each driver decide on different compiler flags seems like
a bad policy in DPDK.


More information about the dev mailing list