From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Liu, Lingyu" <lingyu.liu@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>,
"Xing, Beilei" <beilei.xing@intel.com>,
"Wu, Jingjing" <jingjing.wu@intel.com>
Cc: "Guo, Junfeng" <junfeng.guo@intel.com>
Subject: Re: [dpdk-dev] [PATCH v6 0/3] support AVF RSS and FDIR for GTPoGRE packet
Date: Mon, 21 Jun 2021 08:26:41 +0000 [thread overview]
Message-ID: <970ba218578d44199bf4d1dbeeefe868@intel.com> (raw)
In-Reply-To: <20210621142320.76143-1-lingyu.liu@intel.com>
> -----Original Message-----
> From: Liu, Lingyu <lingyu.liu@intel.com>
> Sent: Monday, June 21, 2021 10:23 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>
> Cc: Guo, Junfeng <junfeng.guo@intel.com>; Liu, Lingyu <lingyu.liu@intel.com>
> Subject: [PATCH v6 0/3] support AVF RSS and FDIR for GTPoGRE packet
>
> Support AVF RSS and FDIR for GTPoGRE packet.
>
> Lingyu Liu (3):
> net/iavf: support flow pattern for GTPoGRE
> net/iavf: support AVF FDIR for GTPoGRE tunnel packet
> net/iavf: support AVF RSS for GTPoGRE packet
> ---
> V6 change:
> - rebase and remove GRE pattern parse in FDIR
> V5 change:
> - refine protocol header for two tunnels case
> - move IPV6 patterns to the IPV6 block in pattern list
> V4 change:
> - add RTE_FLOW_ITEM_TYPE_GRE in hash parse pattern function
> V3 change:
> - add GTPU extension header pattern
>
> drivers/net/iavf/iavf_fdir.c | 48 +++
> drivers/net/iavf/iavf_generic_flow.c | 600 +++++++++++++++++++++++++++
> drivers/net/iavf/iavf_generic_flow.h | 80 ++++
> drivers/net/iavf/iavf_hash.c | 142 +++++--
> 4 files changed, 846 insertions(+), 24 deletions(-)
>
> --
> 2.25.1
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
next prev parent reply other threads:[~2021-06-21 8:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-10 13:05 [dpdk-dev] [PATCH v5 0/4] support AVF RSS and FDIR for GTPoGRE packet Lingyu Liu
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 1/4] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 2/4] common/iavf: add header types for GRE Lingyu Liu
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 3/4] net/iavf: support AVF FDIR for GTPoGRE tunnel packet Lingyu Liu
2021-06-10 13:05 ` [dpdk-dev] [PATCH v5 4/4] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu
2021-06-21 14:23 ` [dpdk-dev] [PATCH v6 0/3] support AVF RSS and FDIR " Lingyu Liu
2021-06-21 8:26 ` Zhang, Qi Z [this message]
2021-06-21 14:23 ` [dpdk-dev] [PATCH v6 1/3] net/iavf: support flow pattern for GTPoGRE Lingyu Liu
2021-06-21 14:23 ` [dpdk-dev] [PATCH v6 2/3] net/iavf: support AVF FDIR for GTPoGRE tunnel packet Lingyu Liu
2021-06-21 14:23 ` [dpdk-dev] [PATCH v6 3/3] net/iavf: support AVF RSS for GTPoGRE packet Lingyu Liu
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=970ba218578d44199bf4d1dbeeefe868@intel.com \
--to=qi.z.zhang@intel.com \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=jingjing.wu@intel.com \
--cc=junfeng.guo@intel.com \
--cc=lingyu.liu@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.