v2 changes: add performance data to the patch comments fix some checkpatch.pl errors/warnings
Konstantin Ananyev (2): lpm: Introduce rte_lpm_lookupx4 l3fwd: reorganise and optimize l3fwd LPM code path. app/test/test_lpm.c | 70 ++++ examples/l3fwd/main.c | 471 ++++++++++++++++++++++-- lib/librte_eal/common/Makefile | 1 + lib/librte_eal/common/include/rte_common_vect.h | 93 +++++ lib/librte_lpm/rte_lpm.h | 117 ++++++ 5 files changed, 728 insertions(+), 24 deletions(-) create mode 100644 lib/librte_eal/common/include/rte_common_vect.h -- 1.8.3.1