[dpdk-dev] [PATCH] examples: fix examples build when lpm disabled

2016-03-11 Thread Thomas Monjalon
2016-03-11 15:32, Sergio Gonzalez Monroy: > Building examples fails with CONFIG_RTE_LIBRTE_LPM=n > > The error is caused by the new app ipsec-secgw that gets build > without checking for configuration dependencies. > > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") >

[dpdk-dev] [PATCH] examples: fix examples build when lpm disabled

2016-03-11 Thread Sergio Gonzalez Monroy
Building examples fails with CONFIG_RTE_LIBRTE_LPM=n The error is caused by the new app ipsec-secgw that gets build without checking for configuration dependencies. Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") The patch also reorders a couple entries to maintain alp