DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Yang, Qiming" <qiming.yang@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
	"Wang, Haiyue" <haiyue.wang@intel.com>,
	"Guo, Junfeng" <junfeng.guo@intel.com>
Subject: Re: [dpdk-dev] [PATCH 00/14] ice: base code update
Date: Fri, 5 Mar 2021 08:39:35 +0000	[thread overview]
Message-ID: <6a85e5e3be3c47f9a814793268d1f169@intel.com> (raw)
In-Reply-To: <BN6PR11MB0017E2DD9153D59824F38B33E5979@BN6PR11MB0017.namprd11.prod.outlook.com>



> -----Original Message-----
> From: Yang, Qiming <qiming.yang@intel.com>
> Sent: Thursday, March 4, 2021 1:32 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: dev@dpdk.org; Wang, Haiyue <haiyue.wang@intel.com>; Guo, Junfeng
> <junfeng.guo@intel.com>
> Subject: RE: [PATCH 00/14] ice: base code update
> 
> Hi,
> 
> > -----Original Message-----
> > From: Zhang, Qi Z <qi.z.zhang@intel.com>
> > Sent: 2021年3月2日 15:24
> > To: Yang, Qiming <qiming.yang@intel.com>
> > Cc: dev@dpdk.org; Wang, Haiyue <haiyue.wang@intel.com>; Guo, Junfeng
> > <junfeng.guo@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> > Subject: [PATCH 00/14] ice: base code update
> >
> > Main change:
> > 1. Support GTPU inner l3/l4 for FDIR
> > 2. Support GTPU extention header for FDIR 3. Support switch filter
> > (GTPU tunnel + IP flow) 4. couple bug fixes.
> >
> > Qi Zhang (14):
> >   net/ice/base: add firmware log support
> >   net/ice/base: signed external device package programming
> >   net/ice/base: post update double reset solution restriction
> >   net/ice/base: enable GTPU inner L3/L4 for FDIR
> >   net/ice/base: expose link configuration error
> >   net/ice/base: enable more GTPU inner L3 fields for FDIR
> >   net/ice/base: support for switch filter (GTP tunnel+IP flow)
> >   net/ice/base: support GTPU IP inner IPv6 for FDIR
> >   net/ice/base: fix incorrect payload indicator on PTYPE
> >   net/ice/base: mark PTYPE 2 as reserved
> >   net/ice/base: add code to update boost TCAM for DVM
> >   net/ice/base: update GTPU EH dummy pkts for FDIR
> >   net/ice/base: fix uninitialized struct
> >   net/ice/base: cleanup fltr list in case of allocation issues
> >
> >  drivers/net/ice/base/ice_adminq_cmd.h    |  83 ++++-
> >  drivers/net/ice/base/ice_common.c        |   1 +
> >  drivers/net/ice/base/ice_fdir.c          | 412 ++++++++++++++++-------
> >  drivers/net/ice/base/ice_fdir.h          |  22 ++
> >  drivers/net/ice/base/ice_flex_pipe.c     | 223 ++++++++++--
> >  drivers/net/ice/base/ice_flex_pipe.h     |   1 +
> >  drivers/net/ice/base/ice_flex_type.h     |  13 +
> >  drivers/net/ice/base/ice_flow.c          |   9 +-
> >  drivers/net/ice/base/ice_lan_tx_rx.h     |   4 +-
> >  drivers/net/ice/base/ice_protocol_type.h |   8 +-
> >  drivers/net/ice/base/ice_switch.c        | 117 ++++---
> >  drivers/net/ice/base/ice_type.h          |   6 +
> >  drivers/net/ice/base/ice_vlan_mode.c     |   7 +
> >  13 files changed, 679 insertions(+), 227 deletions(-)
> >
> > --
> > 2.26.2
> 
> Acked-by: Qiming Yang <qiming.yang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi


      reply	other threads:[~2021-03-05  8:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02  7:23 Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 01/14] net/ice/base: add firmware log support Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 02/14] net/ice/base: signed external device package programming Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 03/14] net/ice/base: post update double reset solution restriction Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 04/14] net/ice/base: enable GTPU inner L3/L4 for FDIR Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 05/14] net/ice/base: expose link configuration error Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 06/14] net/ice/base: enable more GTPU inner L3 fields for FDIR Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 07/14] net/ice/base: support for switch filter (GTP tunnel+IP flow) Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 08/14] net/ice/base: support GTPU IP inner IPv6 for FDIR Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 09/14] net/ice/base: fix incorrect payload indicator on PTYPE Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 10/14] net/ice/base: mark PTYPE 2 as reserved Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 11/14] net/ice/base: add code to update boost TCAM for DVM Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 12/14] net/ice/base: update GTPU EH dummy pkts for FDIR Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 13/14] net/ice/base: fix uninitialized struct Qi Zhang
2021-03-02  7:23 ` [dpdk-dev] [PATCH 14/14] net/ice/base: cleanup fltr list in case of allocation issues Qi Zhang
2021-03-04  5:31 ` [dpdk-dev] [PATCH 00/14] ice: base code update Yang, Qiming
2021-03-05  8:39   ` Zhang, Qi Z [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=6a85e5e3be3c47f9a814793268d1f169@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=haiyue.wang@intel.com \
    --cc=junfeng.guo@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 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).