[dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture

2015-11-03 Thread Thomas Monjalon
2015-11-03 10:24, Bruce Richardson: > The release notes "New Feature" section is always one that causes conflicts on > apply of patches. I think Thomas is ok to handle that on apply, or else we'd > all > be constantly rebasing. Yes, it is a common conflict managed when applying. > For 2.3 we may

[dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture

2015-11-03 Thread Jan Viktorin
On Tue, 3 Nov 2015 10:16:23 + "Hunt, David" wrote: > On 02/11/2015 23:47, Jan Viktorin wrote: > --snip-- > > diff --git a/doc/guides/rel_notes/release_2_2.rst > > b/doc/guides/rel_notes/release_2_2.rst > > index be6f827..43a3a3c 100644 > > --- a/doc/guides/rel_notes/release_2_2.rst > > +++ b

[dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture

2015-11-03 Thread Hunt, David
On 03/11/2015 10:27, Jan Viktorin wrote: > On Tue, 3 Nov 2015 10:16:23 + > "Hunt, David" wrote: > >> On 02/11/2015 23:47, Jan Viktorin wrote: >> --snip-- >>> diff --git a/doc/guides/rel_notes/release_2_2.rst >>> b/doc/guides/rel_notes/release_2_2.rst >>> index be6f827..43a3a3c 100644 >>> ---

[dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture

2015-11-03 Thread Bruce Richardson
On Tue, Nov 03, 2015 at 10:16:23AM +, Hunt, David wrote: > On 02/11/2015 23:47, Jan Viktorin wrote: > --snip-- > >diff --git a/doc/guides/rel_notes/release_2_2.rst > >b/doc/guides/rel_notes/release_2_2.rst > >index be6f827..43a3a3c 100644 > >--- a/doc/guides/rel_notes/release_2_2.rst > >+++ b/

[dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture

2015-11-03 Thread Hunt, David
On 02/11/2015 23:47, Jan Viktorin wrote: --snip-- > diff --git a/doc/guides/rel_notes/release_2_2.rst > b/doc/guides/rel_notes/release_2_2.rst > index be6f827..43a3a3c 100644 > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -23,6 +23,11 @@ New Features

[dpdk-dev] [PATCH v6 14/15] mk: Introduce ARMv7 architecture

2015-11-03 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 --- v2: * the -mtune parameter of GCC is configurable now * the -mfpu=neon c