[dpdk-dev] [PATCH] build: set CFLAGS for ppc64el build

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Feb 12 18:37:01 CET 2016


2016-02-12 12:05, Fernando Seiti Furusato:
> Add a proper ifeq statement to set the mcpu as needed for ppc64el, as
> the only one originally set is not valid for ppc architectures.

What is the benefit of using the default machine config, compared to
the power8 one?

Don't you think the default machine should be renamed core2?

[...]
> +ifeq (ppc64le,$(shell uname -m))
> +        MACHINE_CFLAGS += -mcpu=power8

Why this flag is not set in mk/machine/power8/rte.vars.mk ?



More information about the dev mailing list