From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Qiming Yang <qiming.yang@intel.com>
Cc: dev@dpdk.org, qi.z.zhang@intel.com
Subject: Re: [dpdk-dev] [PATCH v3 0/2] add generic filter support for iavf
Date: Thu, 9 Apr 2020 13:02:45 +0800 [thread overview]
Message-ID: <20200409050245.GA37346@intel.com> (raw)
In-Reply-To: <20200403054242.30391-1-qiming.yang@intel.com>
On 04/03, Qiming Yang wrote:
>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.
>v3 changes:
> - add feature enable flag in iavf.ini
>
>Qiming Yang (2):
> net/iavf: support generic flow
> net/iavf: support more patterns
>
> doc/guides/nics/features/iavf.ini | 1 +
> doc/guides/rel_notes/release_20_05.rst | 5 +
> 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 +
> 8 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
>
Applied to dpdk-next-net-intel, Thanks.
prev parent reply other threads:[~2020-04-09 5:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-17 8:17 [dpdk-dev] [PATCH 0/2] add generic filter support for iavf 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 ` [dpdk-dev] [PATCH v2 0/2] add generic filter support for iavf Qiming Yang
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 [this message]
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=20200409050245.GA37346@intel.com \
--to=xiaolong.ye@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.com \
--cc=qiming.yang@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.