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

2016-10-12 Thread Thomas Monjalon
2016-10-12 13:38, Pattan, Reshma: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2016-10-10 22:33, 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

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

2016-10-12 Thread Thomas Monjalon
2016-10-10 22:33, 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. > > Release notes is updated. > > Linux and

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

2016-10-12 Thread Pattan, Reshma
Hi > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, October 12, 2016 1:34 PM > To: Pattan, Reshma > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] mk: gcc -march support for intel processors > code names

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

2016-10-10 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. Release notes is updated. Linux and FreeBSD getting started guides are updated with