[dpdk-dev] [PATCH 4/5] mk: add support for armv8 on top of armv7

2015-10-29 Thread Jan Viktorin
On Thu, 29 Oct 2015 17:29:53 + David Hunt wrote: > + > +CONFIG_RTE_LIBRTE_LPM=n > +CONFIG_RTE_LIBRTE_ACL=n > +CONFIG_RTE_LIBRTE_TABLE=n > +CONFIG_RTE_LIBRTE_PIPELINE=n > + > +# This is used to adjust the generic arm timer to align with the cpu cycle > count. >

[dpdk-dev] [PATCH 4/5] mk: add support for armv8 on top of armv7

2015-10-29 Thread Jan Viktorin
On Thu, 29 Oct 2015 17:29:53 + David Hunt wrote: > +* **Introduce ARMv7 and ARMv8 architectures** > > - It is now possible to build DPDK for the ARMv7 platform and test with > - virtual PMD drivers. > + * It is now possible to build DPDK for the ARMv7 and ARMv8 platforms. > + * ARMv7

[dpdk-dev] [PATCH 4/5] mk: add support for armv8 on top of armv7

2015-10-29 Thread David Hunt
Signed-off-by: David Hunt --- MAINTAINERS| 3 +- config/defconfig_arm64-armv8a-linuxapp-gcc | 56 + doc/guides/rel_notes/release_2_2.rst | 7 ++-- mk/arch/arm64/rte.vars.mk | 58 ++