From: Qiming Yang <qiming.yang@intel.com>
To: dev@dpdk.org
Cc: qi.z.zhang@intel.com, Qiming Yang <qiming.yang@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/2] add generic filter support for iavf
Date: Mon, 30 Mar 2020 16:30:29 +0800 [thread overview]
Message-ID: <20200330083031.61524-1-qiming.yang@intel.com> (raw)
In-Reply-To: <20200317081745.29450-1-qiming.yang@intel.com>
This patch set added generic flow APIs and supported patterns includes:
/* L2 */
/* ARP */
/* IPv4 */
/* IPv6 */
/* GTPU */
/* ESP */
/* AH */
/* L2TPV3 */
/* PFCP */
---
v2 changes:
- fixed document error.
- fixed multiple thread not safe issue.
- use RTE_ASSERT to replace runtime check for engine->create == NULL.
Qiming Yang (2):
net/iavf: support generic flow
net/iavf: support more patterns
doc/guides/rel_notes/release_20_05.rst | 6 +
drivers/net/iavf/Makefile | 1 +
drivers/net/iavf/iavf.h | 10 +
drivers/net/iavf/iavf_ethdev.c | 46 ++
drivers/net/iavf/iavf_generic_flow.c | 1025 ++++++++++++++++++++++++++++++++
drivers/net/iavf/iavf_generic_flow.h | 318 ++++++++++
drivers/net/iavf/meson.build | 1 +
7 files changed, 1407 insertions(+)
create mode 100644 drivers/net/iavf/iavf_generic_flow.c
create mode 100644 drivers/net/iavf/iavf_generic_flow.h
--
2.9.5
next prev parent reply other threads:[~2020-03-30 8:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-17 8:17 [dpdk-dev] [PATCH " Qiming Yang
2020-03-17 8:17 ` [dpdk-dev] [PATCH 1/2] net/iavf: support generic flow Qiming Yang
2020-03-19 2:01 ` Zhang, Qi Z
2020-03-20 1:20 ` Yang, Qiming
2020-03-17 8:17 ` [dpdk-dev] [PATCH 2/2] net/iavf: support more patterns Qiming Yang
2020-03-30 8:30 ` Qiming Yang [this message]
2020-03-30 8:30 ` [dpdk-dev] [PATCH v2 1/2] net/iavf: support generic flow Qiming Yang
2020-04-01 2:48 ` Zhang, Qi Z
2020-03-30 8:30 ` [dpdk-dev] [PATCH v2 2/2] net/iavf: support more patterns Qiming Yang
2020-04-03 5:42 ` [dpdk-dev] [PATCH v3 0/2] add generic filter support for iavf Qiming Yang
2020-04-03 5:42 ` [dpdk-dev] [PATCH v3 1/2] net/iavf: support generic flow Qiming Yang
2020-04-03 5:42 ` [dpdk-dev] [PATCH v3 2/2] net/iavf: support more patterns Qiming Yang
2020-04-03 6:03 ` [dpdk-dev] [PATCH v3 0/2] add generic filter support for iavf Zhang, Qi Z
2020-04-09 5:02 ` Ye Xiaolong
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=20200330083031.61524-1-qiming.yang@intel.com \
--to=qiming.yang@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@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).