[dpdk-dev] [PATCH] mk: gcc -march support for intel processors code names

2016-09-05 Thread Liu, Yong
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pattan, Reshma > Sent: Monday, August 22, 2016 7:46 PM > To: Thomas Monjalon > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: gcc -march support for intel >

[dpdk-dev] [PATCH] mk: gcc -march support for intel processors code names

2016-08-22 Thread Thomas Monjalon
2016-08-22 11:46, Pattan, Reshma: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2016-08-15 16:02, Reshma Pattan: > > > The GCC 4.9 -march option supports the intel code names for > > > processors, for example -march=silvermont, -march=broadwell. > > > The RTE_MACHINE config flag

[dpdk-dev] [PATCH] mk: gcc -march support for intel processors code names

2016-08-22 Thread Thomas Monjalon
2016-08-15 16:02, Reshma Pattan: > The GCC 4.9 -march option supports the intel code names for processors, > for example -march=silvermont, -march=broadwell. > The RTE_MACHINE config flag can be used to pass code name to > the compiler as -march flag. Also old gcc versions compatibility code > for

[dpdk-dev] [PATCH] mk: gcc -march support for intel processors code names

2016-08-22 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, August 22, 2016 12:25 PM > To: Pattan, Reshma > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: gcc -march support for intel processors > code names > &g

[dpdk-dev] [PATCH] mk: gcc -march support for intel processors code names

2016-08-15 Thread Reshma Pattan
The GCC 4.9 -march option supports the intel code names for processors, for example -march=silvermont, -march=broadwell. The RTE_MACHINE config flag can be used to pass code name to the compiler as -march flag. Also old gcc versions compatibility code for the intel platform is removed from mk/toolc