[dpdk-dev] [PATCH v4 1/2] eal/tile: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM

2016-03-17 Thread Thomas Monjalon
Any news? a v5 could be part of the RC2. 2016-03-08 20:59, Thomas Monjalon: > 2016-02-09 23:04, Liming Sun: > > rte_vect.h was missing earlier thus LPM was disabled and l3fwd is > > not able to compile. This commit implements the vector api and > > enable LPM in the tilegx configuration by

[dpdk-dev] [PATCH v4 1/2] eal/tile: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM

2016-03-08 Thread Thomas Monjalon
2016-02-09 23:04, Liming Sun: > rte_vect.h was missing earlier thus LPM was disabled and l3fwd is > not able to compile. This commit implements the vector api and > enable LPM in the tilegx configuration by default. > > Signed-off-by: Liming Sun > Acked-by: Zhigang Lu [...] > # This following

[dpdk-dev] [PATCH v4 1/2] eal/tile: add rte_vect.h and enable CONFIG_RTE_LIBRTE_LPM

2016-02-09 Thread Liming Sun
rte_vect.h was missing earlier thus LPM was disabled and l3fwd is not able to compile. This commit implements the vector api and enable LPM in the tilegx configuration by default. Signed-off-by: Liming Sun Acked-by: Zhigang Lu --- config/defconfig_tile-tilegx-linuxapp-gcc | 2 +-