DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCHv2 0/2] L3FWD sample optimisation
@ 2014-06-11 13:38 Konstantin Ananyev
  2014-06-11 13:38 ` [dpdk-dev] [PATCHv2 1/2] lpm: Introduce rte_lpm_lookupx4 Konstantin Ananyev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konstantin Ananyev @ 2014-06-11 13:38 UTC (permalink / raw)
  To: dev, 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-12 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 13:38 [dpdk-dev] [PATCHv2 0/2] L3FWD sample optimisation Konstantin Ananyev
2014-06-11 13:38 ` [dpdk-dev] [PATCHv2 1/2] lpm: Introduce rte_lpm_lookupx4 Konstantin Ananyev
2014-06-11 13:38 ` [dpdk-dev] [PATCHv2 2/2] l3fwd: reorganise and optimize l3fwd LPM code path Konstantin Ananyev
2014-06-12 10:19 ` [dpdk-dev] [PATCHv2 0/2] L3FWD sample optimisation Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).