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

2016-02-16 Thread Thomas Monjalon
2016-02-16 16:04, Fernando Seiti Furusato: > Hi Thomas. > > On 02/12/2016 05:18 PM, Fernando Seiti Furusato wrote: > > Hello Thomas. > > Thanks for your quick response. > > > > On 02/12/2016 03:37 PM, Thomas Monjalon wrote: > >> 2016-02-12 12:05, Fernando Seiti Furusato: > >>> Add a proper ifeq st

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

2016-02-16 Thread Fernando Seiti Furusato
On 02/16/2016 04:09 PM, Thomas Monjalon wrote: > 2016-02-16 16:04, Fernando Seiti Furusato: >> Hi Thomas. >> >> On 02/12/2016 05:18 PM, Fernando Seiti Furusato wrote: >>> Hello Thomas. >>> Thanks for your quick response. >>> >>> On 02/12/2016 03:37 PM, Thomas Monjalon wrote: 2016-02-12 12:05,

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

2016-02-16 Thread Fernando Seiti Furusato
Hi Thomas. On 02/12/2016 05:18 PM, Fernando Seiti Furusato wrote: > Hello Thomas. > Thanks for your quick response. > > On 02/12/2016 03:37 PM, Thomas Monjalon wrote: >> 2016-02-12 12:05, Fernando Seiti Furusato: >>> Add a proper ifeq statement to set the mcpu as needed for ppc64el, as >>> the onl

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

2016-02-12 Thread Thomas Monjalon
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 mac

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

2016-02-12 Thread Fernando Seiti Furusato
Hello Thomas. Thanks for your quick response. On 02/12/2016 03:37 PM, Thomas Monjalon wrote: > 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 bene

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

2016-02-12 Thread 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. Signed-off-by: Fernando Seiti Furusato --- mk/machine/default/rte.vars.mk | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mk/machine/defa