[dpdk-dev] [PATCH v4 01/10] event/dsw: add DSW device registration and build system

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 2 15:43:18 CEST 2018


On 9/18/2018 1:45 PM, Mattias Rönnblom wrote:
> This patch contains the Meson and GNU Make build system extensions
> required for the Distributed Event Device, and also the initialization
> code for the driver itself.
> 
> Signed-off-by: Mattias Rönnblom <mattias.ronnblom at ericsson.com>

<...>

> @@ -0,0 +1,26 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2018 Ericsson AB
> +
> +include $(RTE_SDK)/mk/rte.vars.mk
> +
> +LIB = librte_pmd_dsw_event.a
> +
> +CFLAGS += -DALLOW_EXPERIMENTAL_API
> +CFLAGS += -O3
> +CFLAGS += $(WERROR_FLAGS)
> +CFLAGS += -Wno-format-nonliteral

This is causing build warning with icc [1], can you please add the flag
conditionally as done in other samples of this flag [2].

Since this patch has already merged, can you please send an incremental fix patch?


[1]
icc: command line warning #10148: option '-Wno-format-nonliteral' not supported

[2]
https://git.dpdk.org/dpdk/tree/drivers/net/qede/Makefile?h=v18.08#n40
https://git.dpdk.org/dpdk/tree/drivers/net/i40e/Makefile?h=v18.08#n38


More information about the dev mailing list