From: Ori Kam <orika@mellanox.com>
To: adrien.mazarguil@6wind.com, john.mcnamara@intel.com, thomas@monjalon.net
Cc: dev@dpdk.org, orika@mellanox.com
Subject: [dpdk-dev] [PATCH 0/2] flow rules example
Date: Thu, 19 Oct 2017 13:04:31 +0300 [thread overview]
Message-ID: <1508407471-6252-1-git-send-email-orika@mellanox.com> (raw)
The rte flow is a relative new issue and is missing an example.
This patch set, adds a simple example application for generating a
basic ipv4 rule.
Ori Kam (2):
examples/flow_filtering: demo of simple rte flow
doc: add flow_filtering example documentation
doc/guides/sample_app_ug/flow_filtering.rst | 539 ++++++++++++++++++++++++++++
examples/flow_filtering/Makefile | 17 +
examples/flow_filtering/flow_blocks.c | 150 ++++++++
examples/flow_filtering/main.c | 244 +++++++++++++
4 files changed, 950 insertions(+)
create mode 100644 doc/guides/sample_app_ug/flow_filtering.rst
create mode 100644 examples/flow_filtering/Makefile
create mode 100644 examples/flow_filtering/flow_blocks.c
create mode 100644 examples/flow_filtering/main.c
--
1.8.3.1
next reply other threads:[~2017-10-19 10:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 10:04 Ori Kam [this message]
2017-10-25 17:58 ` [dpdk-dev] [PATCH v2] examples/flow_filtering: demo of simple rte flow Ori Kam
2017-10-26 23:14 ` Thomas Monjalon
2017-10-29 16:04 ` Ori Kam
2017-11-01 9:42 ` [dpdk-dev] [PATCH v3] " Ori Kam
2017-11-07 21:32 ` 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=1508407471-6252-1-git-send-email-orika@mellanox.com \
--to=orika@mellanox.com \
--cc=adrien.mazarguil@6wind.com \
--cc=dev@dpdk.org \
--cc=john.mcnamara@intel.com \
--cc=thomas@monjalon.net \
/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).