From: "Yang, Qiming" <qiming.yang@intel.com>
To: "Zhang, Qi Z" <qi.z.zhang@intel.com>
Cc: "Ye, Xiaolong" <xiaolong.ye@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 00/16] ice share code update
Date: Tue, 31 Mar 2020 09:03:15 +0000 [thread overview]
Message-ID: <MN2PR11MB3582E092930D42C8D1C9AFA7E5C80@MN2PR11MB3582.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200330114538.43275-1-qi.z.zhang@intel.com>
> -----Original Message-----
> From: Zhang, Qi Z <qi.z.zhang@intel.com>
> Sent: Monday, March 30, 2020 19:45
> To: Yang, Qiming <qiming.yang@intel.com>
> Cc: Ye, Xiaolong <xiaolong.ye@intel.com>; dev@dpdk.org; Zhang, Qi Z
> <qi.z.zhang@intel.com>
> Subject: [PATCH 00/16] ice share code update
>
> Main changes:
>
> 1. Add PFCP / ESP / AH / L2TP support for switch 2. Add PFCP / ESP / AH /
> L2TP support for RSS.
> 3. Improve GTPU extend header handle.
> 4. minor fix and code clean.
>
> Qi Zhang (16):
> net/ice/base: add more macro for FDID priority
> net/ice/base: reduce scope of variables
> net/ice/base: ignore EMODE when setting PHY config
> net/ice/base: add ethertype check for dummy packet
> net/ice/base: refactor function
> net/ice/base: allow adding MAC VLAN filter on the port
> net/ice/base: default DCB Parameters
> net/ice/base: allow profile based switch rules
> net/ice/base: improve GTPU extend header handle
> net/ice/base: handle critical FW error
> net/ice/base: group case statements
> net/ice/base: move some macro
> net/ice/base: add support for PFCP and NAT-T of switch
> net/ice/base: change function to static
> net/ice/base: fix binary order for gtpu FDIR filter
> net/ice/base: enable RSS support for PFCP L2TP ESP and AH
>
> drivers/net/ice/base/ice_adminq_cmd.h | 2 +
> drivers/net/ice/base/ice_bitops.h | 31 +++++
> drivers/net/ice/base/ice_common.c | 101 ++++++++++------
> drivers/net/ice/base/ice_controlq.c | 128 +++++++++++---------
> drivers/net/ice/base/ice_controlq.h | 3 +
> drivers/net/ice/base/ice_fdir.c | 100 ++++++++--------
> drivers/net/ice/base/ice_fdir.h | 11 +-
> drivers/net/ice/base/ice_flow.c | 177 +++++++++++++++++++++++++-
> --
> drivers/net/ice/base/ice_flow.h | 53 +++++++++
> drivers/net/ice/base/ice_lan_tx_rx.h | 2 +
> drivers/net/ice/base/ice_protocol_type.h | 49 +++++++-
> drivers/net/ice/base/ice_status.h | 1 +
> drivers/net/ice/base/ice_switch.c | 193 ++++++++++++++++++++++++--
> -----
> drivers/net/ice/base/ice_switch.h | 32 +++++
> 14 files changed, 672 insertions(+), 211 deletions(-)
>
> --
> 2.13.6
Acked-by: Qiming Yang <qiming.yang@intel.com>
next prev parent reply other threads:[~2020-03-31 9:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-30 11:45 Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 01/16] net/ice/base: add more macro for FDID priority Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 02/16] net/ice/base: reduce scope of variables Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 03/16] net/ice/base: ignore EMODE when setting PHY config Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 04/16] net/ice/base: add ethertype check for dummy packet Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 05/16] net/ice/base: refactor function Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 06/16] net/ice/base: allow adding MAC VLAN filter on the port Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 07/16] net/ice/base: default DCB Parameters Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 08/16] net/ice/base: allow profile based switch rules Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 09/16] net/ice/base: improve GTPU extend header handle Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 10/16] net/ice/base: handle critical FW error Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 11/16] net/ice/base: group case statements Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 12/16] net/ice/base: move some macro Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 13/16] net/ice/base: add support for PFCP and NAT-T of switch Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 14/16] net/ice/base: change function to static Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 15/16] net/ice/base: fix binary order for gtpu FDIR filter Qi Zhang
2020-03-30 11:45 ` [dpdk-dev] [PATCH 16/16] net/ice/base: enable RSS support for PFCP L2TP ESP and AH Qi Zhang
2020-03-31 9:03 ` Yang, Qiming [this message]
2020-03-31 15:11 ` [dpdk-dev] [PATCH 00/16] ice share code update 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=MN2PR11MB3582E092930D42C8D1C9AFA7E5C80@MN2PR11MB3582.namprd11.prod.outlook.com \
--to=qiming.yang@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.com \
--cc=xiaolong.ye@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).