From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Ananyev Subject: [PATCHv2 0/2] L3FWD sample optimisation Date: Wed, 11 Jun 2014 14:38:44 +0100 Message-ID: <1402493926-13401-1-git-send-email-konstantin.ananyev@intel.com> Return-path: To: dev-VfR2kkLFssw@public.gmane.org To: dev-VfR2kkLFssw@public.gmane.org List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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