[dpdk-dev] [PATCH] net: add a new network PMD named txgbe

Stephen Hemminger stephen at networkplumber.org
Wed Sep 9 19:58:26 CEST 2020


On Thu, 20 Aug 2020 11:02:31 +0800
Jiawen Wu <jiawenwu at trustnetic.com> wrote:

> +# CFLAGS for gcc
> +#
> +ifeq ($(shell test $(GCC_VERSION) -ge 44 && echo 1), 1)
> +CFLAGS     += -Wno-deprecated
> +endif

Why is this flag on for the driver code?


More information about the dev mailing list