From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 0/2] L3FWD sample optimisation
Date: Fri, 6 Jun 2014 08:26:36 +0000 [thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D897082C8F65@IRSMSX103.ger.corp.intel.com> (raw)
In-Reply-To: <1400777742-498-1-git-send-email-konstantin.ananyev@intel.com>
Acked-by: Pablo de Lara Guarch <pablo.de.lara.guarch@intel.com>
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin Ananyev
> Sent: Thursday, May 22, 2014 5:56 PM
> To: dev@dpdk.org; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 0/2] L3FWD sample optimisation
>
> With latest HW and optimised RX/TX path there is a huge gap between
> tespmd iofwd and l3fwd performance results.
> So there is an attempt to optimise l3fwd LPM code path and reduce the gap:
> - Instead of processing each input packet up to completion -
> divide packet processing into several stages and perform
> stage by stage for the whole burst.
> - Unroll things by the factor of 4 whenever possible.
> - Use SSE instincts for some operations (bswap, replace MAC addresses, etc).
> - Avoid TX packet buffering whenever possible.
> - Move some checks from RX/TX into setup phase.
>
> app/test/test_lpm.c | 70 ++++
> examples/l3fwd/main.c | 467 +++++++++++++++++++++-
> 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, 726 insertions(+), 22 deletions(-)
> create mode 100644 lib/librte_eal/common/include/rte_common_vect.h
>
> --
> 1.7.7.6
next prev parent reply other threads:[~2014-06-06 8:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-22 16:55 Konstantin Ananyev
2014-05-22 16:55 ` [dpdk-dev] [PATCH 1/2] lpm: Introduce rte_lpm_lookupx4 Konstantin Ananyev
2014-05-22 16:55 ` [dpdk-dev] [PATCH 2/2] l3fwd: reorganise and optimize l3fwd LPM code path Konstantin Ananyev
2014-05-23 8:05 ` [dpdk-dev] [PATCH 0/2] L3FWD sample optimisation Thomas Monjalon
2014-06-04 13:47 ` Cao, Waterman
2014-06-06 8:26 ` De Lara Guarch, Pablo [this message]
2014-05-28 9:17 Ananyev, Konstantin
2014-06-10 22:44 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E115CCD9D858EF4F90C690B0DCB4D897082C8F65@IRSMSX103.ger.corp.intel.com \
--to=pablo.de.lara.guarch@intel.com \
--cc=dev@dpdk.org \
--cc=konstantin.ananyev@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).