DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qi Zhang <qi.z.zhang@intel.com>
To: qiming.yang@intel.com
Cc: haiyue.wang@intel.com, jia.guo@intel.com, dev@dpdk.org,
	ferruh.yigit@intel.com, Qi Zhang <qi.z.zhang@intel.com>
Subject: [dpdk-dev] [PATCH 0/9] ice base update batch 2
Date: Fri,  8 Jan 2021 12:34:59 +0800	[thread overview]
Message-ID: <20210108043508.301227-1-qi.z.zhang@intel.com> (raw)

Summary:

1. Add GTPU inner support for FDIR.
2. refine the VSI AQ command.
3. Add PTYPE metadata learning.
4. couple bug fix and code clean
5. update the Copyright date

Qi Zhang (9):
  net/ice/base: align add VSI and update VSI AQ command buffer
  net/ice/base: remove the deprecated field
  net/ice/base: add package PTYPE enable information
  net/ice/base: fix for memory handling
  net/ice/base: limit forced overrides based on FW version
  net/ice/base: support GTPU inner for AVF FDIR
  net/ice/base: cleanup style issues
  net/ice/base: updated the add scheduler node counter
  net/ice/base: update Copyright date

 drivers/net/ice/base/README              |   4 +-
 drivers/net/ice/base/ice_acl.c           |   2 +-
 drivers/net/ice/base/ice_acl.h           |   2 +-
 drivers/net/ice/base/ice_acl_ctrl.c      |   2 +-
 drivers/net/ice/base/ice_adminq_cmd.h    | 211 +++++++-------
 drivers/net/ice/base/ice_alloc.h         |   2 +-
 drivers/net/ice/base/ice_bitops.h        |   2 +-
 drivers/net/ice/base/ice_common.c        |  16 +-
 drivers/net/ice/base/ice_common.h        |   2 +-
 drivers/net/ice/base/ice_controlq.c      |   2 +-
 drivers/net/ice/base/ice_controlq.h      |   6 +-
 drivers/net/ice/base/ice_dcb.c           |   2 +-
 drivers/net/ice/base/ice_dcb.h           |   2 +-
 drivers/net/ice/base/ice_devids.h        |   2 +-
 drivers/net/ice/base/ice_fdir.c          | 357 +++++++++++++++++++++--
 drivers/net/ice/base/ice_fdir.h          |   2 +-
 drivers/net/ice/base/ice_flex_pipe.c     |  81 ++++-
 drivers/net/ice/base/ice_flex_pipe.h     |   5 +-
 drivers/net/ice/base/ice_flex_type.h     |  25 +-
 drivers/net/ice/base/ice_flow.c          |   8 +-
 drivers/net/ice/base/ice_flow.h          |   2 +-
 drivers/net/ice/base/ice_hw_autogen.h    |   2 +-
 drivers/net/ice/base/ice_lan_tx_rx.h     |   2 +-
 drivers/net/ice/base/ice_nvm.c           |   2 +-
 drivers/net/ice/base/ice_nvm.h           |   2 +-
 drivers/net/ice/base/ice_osdep.h         |   2 +-
 drivers/net/ice/base/ice_protocol_type.h |   2 +-
 drivers/net/ice/base/ice_sbq_cmd.h       |   2 +-
 drivers/net/ice/base/ice_sched.c         |  18 +-
 drivers/net/ice/base/ice_sched.h         |   2 +-
 drivers/net/ice/base/ice_status.h        |   2 +-
 drivers/net/ice/base/ice_switch.c        |   2 +-
 drivers/net/ice/base/ice_switch.h        |   3 +-
 drivers/net/ice/base/ice_type.h          |  21 +-
 drivers/net/ice/base/ice_vlan_mode.c     |   2 +-
 drivers/net/ice/base/ice_vlan_mode.h     |   2 +-
 drivers/net/ice/base/meson.build         |   2 +-
 drivers/net/ice/ice_ethdev.c             |  88 +++---
 38 files changed, 655 insertions(+), 238 deletions(-)

-- 
2.26.2


             reply	other threads:[~2021-01-08  4:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08  4:34 Qi Zhang [this message]
2021-01-08  4:35 ` [dpdk-dev] [PATCH 1/9] net/ice/base: align add VSI and update VSI AQ command buffer Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 2/9] net/ice/base: remove the deprecated field Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 3/9] net/ice/base: add package PTYPE enable information Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 4/9] net/ice/base: fix for memory handling Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 5/9] net/ice/base: limit forced overrides based on FW version Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 6/9] net/ice/base: support GTPU inner for AVF FDIR Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 7/9] net/ice/base: cleanup style issues Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 8/9] net/ice/base: updated the add scheduler node counter Qi Zhang
2021-01-08  4:35 ` [dpdk-dev] [PATCH 9/9] net/ice/base: update Copyright date Qi Zhang
2021-01-08  6:05 ` [dpdk-dev] [PATCH 0/9] ice base update batch 2 Yang, Qiming
2021-01-08  8:06   ` Zhang, Qi Z
2021-01-08 18:14     ` Ferruh Yigit

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=20210108043508.301227-1-qi.z.zhang@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=haiyue.wang@intel.com \
    --cc=jia.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).