[dpdk-dev] [PATCH v4 2/3] lpm: add support for NEON

2016-03-02 Thread Jerin Jacob
On Tue, Mar 01, 2016 at 06:46:04PM +0100, Thomas Monjalon wrote: > 2016-02-12 17:58, Jerin Jacob: > > # fails to compile on ARM > > -CONFIG_RTE_LIBRTE_LPM=n > > -CONFIG_RTE_LIBRTE_TABLE=n > > -CONFIG_RTE_LIBRTE_PIPELINE=n > > The associated examples cannot compile. > Maybe it's too early to enabl

[dpdk-dev] [PATCH v4 2/3] lpm: add support for NEON

2016-03-01 Thread Thomas Monjalon
2016-02-12 17:58, Jerin Jacob: > # fails to compile on ARM > -CONFIG_RTE_LIBRTE_LPM=n > -CONFIG_RTE_LIBRTE_TABLE=n > -CONFIG_RTE_LIBRTE_PIPELINE=n The associated examples cannot compile. Maybe it's too early to enable them. What about updating the comment to state that only examples fail? > ---

[dpdk-dev] [PATCH v4 2/3] lpm: add support for NEON

2016-02-12 Thread Jerin Jacob
Enabled CONFIG_RTE_LIBRTE_LPM, CONFIG_RTE_LIBRTE_TABLE, CONFIG_RTE_LIBRTE_PIPELINE libraries for arm and arm64 TABLE, PIPELINE libraries were disabled due to LPM library dependency. Signed-off-by: Jerin Jacob Signed-off-by: Jianbo Liu --- app/test/test_xmmt_ops.h | 20