DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ravi Kerur <rkerur@gmail.com>
To: dev@dpdk.org
Cc: konstantin.ananyev@intel.com, bruce.richardson@intel.com,
	Ravi Kerur <rkerur@gmail.com>
Subject: [dpdk-dev] [RFC 17.05 v1 0/3] Merge l3fwd-acl and l3fwd
Date: Fri, 27 Jan 2017 12:59:52 -0800	[thread overview]
Message-ID: <1485550795-10771-1-git-send-email-rkerur@gmail.com> (raw)

Thanks to Konstantin and Bruce on first internal review comments. This
patch is RFC for 17.05 to merge l3fwd-acl and l3fwd code and add file
read options to build LPM and EM tables.

Ravi Kerur (3):
  Merge l3fwd-acl and l3fwd
  LPM config file read option
  EM config file read option

 examples/l3fwd-acl/Makefile       |   56 -
 examples/l3fwd-acl/main.c         | 2079 -------------------------------------
 examples/l3fwd/Makefile           |    2 +-
 examples/l3fwd/l3fwd.h            |   92 ++
 examples/l3fwd/l3fwd_acl.c        | 1029 ++++++++++++++++++
 examples/l3fwd/l3fwd_acl.h        |  234 +++++
 examples/l3fwd/l3fwd_acl_scalar.h |  181 ++++
 examples/l3fwd/l3fwd_em.c         |  390 +++++--
 examples/l3fwd/l3fwd_lpm.c        |  322 ++++--
 examples/l3fwd/main.c             |  231 +++--
 10 files changed, 2275 insertions(+), 2341 deletions(-)
 delete mode 100644 examples/l3fwd-acl/Makefile
 delete mode 100644 examples/l3fwd-acl/main.c
 create mode 100644 examples/l3fwd/l3fwd_acl.c
 create mode 100644 examples/l3fwd/l3fwd_acl.h
 create mode 100644 examples/l3fwd/l3fwd_acl_scalar.h

-- 
2.7.4

             reply	other threads:[~2017-01-27 20:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-27 20:59 Ravi Kerur [this message]
2017-01-27 20:59 ` [dpdk-dev] [RFC 17.05 v1 1/3] " Ravi Kerur
2017-01-27 20:59 ` [dpdk-dev] [RFC 17.05 v1 2/3] LPM config file read option Ravi Kerur
2017-01-27 20:59 ` [dpdk-dev] [RFC 17.05 v1 3/3] EM " Ravi Kerur
2017-02-28 10:36 ` [dpdk-dev] [RFC 17.05 v1 0/3] Merge l3fwd-acl and l3fwd Ananyev, Konstantin
2017-03-01 15:29   ` Ravi Kerur
2017-03-04 19:49     ` Ravi Kerur
2017-03-04 20:47       ` Ravi Kerur
2017-03-05 13:15 Ananyev, Konstantin
2017-03-05 19:55 ` Ravi Kerur

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=1485550795-10771-1-git-send-email-rkerur@gmail.com \
    --to=rkerur@gmail.com \
    --cc=bruce.richardson@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).