[dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 architecture

2015-10-28 Thread Jan Viktorin
On Wed, 28 Oct 2015 14:39:27 +0100 David Marchand wrote: > On Mon, Oct 26, 2015 at 5:37 PM, Jan Viktorin > wrote: > > > > > diff --git a/config/defconfig_arm-armv7-a-linuxapp-gcc > > b/config/defconfig_arm-armv7-a-linuxapp-gcc > > new file mode 100644 > > index 000..5b582a8 > > ---

[dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 architecture

2015-10-28 Thread Jan Viktorin
On Wed, 28 Oct 2015 14:34:40 +0100 David Marchand wrote: > On Mon, Oct 26, 2015 at 5:37 PM, Jan Viktorin > wrote: > > > From: Vlastimil Kosar > > > > Make DPDK run on ARMv7-A architecture. This patch assumes > > ARM Cortex-A9. However, it is known to be working on Cortex-A7 > > and

[dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 architecture

2015-10-28 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jan Viktorin > Sent: Wednesday, October 28, 2015 5:32 PM > To: David Marchand > Cc: dev at dpdk.org; Vlastimil Kosar > Subject: Re: [dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 archit

[dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 architecture

2015-10-28 Thread David Marchand
On Mon, Oct 26, 2015 at 5:37 PM, Jan Viktorin wrote: > > diff --git a/config/defconfig_arm-armv7-a-linuxapp-gcc > b/config/defconfig_arm-armv7-a-linuxapp-gcc > new file mode 100644 > index 000..5b582a8 > --- /dev/null > +++ b/config/defconfig_arm-armv7-a-linuxapp-gcc > @@ -0,0 +1,78 @@ > >

[dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 architecture

2015-10-28 Thread David Marchand
On Mon, Oct 26, 2015 at 5:37 PM, Jan Viktorin wrote: > From: Vlastimil Kosar > > Make DPDK run on ARMv7-A architecture. This patch assumes > ARM Cortex-A9. However, it is known to be working on Cortex-A7 > and Cortex-A15. > > Signed-off-by: Vlastimil Kosar > Signed-off-by: Jan Viktorin > ---

[dpdk-dev] [PATCH v2 01/16] mk: Introduce ARMv7 architecture

2015-10-26 Thread Jan Viktorin
From: Vlastimil Kosar Make DPDK run on ARMv7-A architecture. This patch assumes ARM Cortex-A9. However, it is known to be working on Cortex-A7 and Cortex-A15. Signed-off-by: Vlastimil Kosar Signed-off-by: Jan Viktorin --- v1 -> v2: * the -mtune parameter of GCC is