[dpdk-dev] [PATCH v3 00/14] ice: base code update batch 2

Qi Zhang qi.z.zhang at intel.com
Tue Apr 13 16:30:24 CEST 2021


v3:
- replace %ld by %PRIu64 for u64.

v2:
- Added patch 9/14 - 14/14.

Qi Zhang (14):
  net/ice/base: code cleanup
  net/ice/base: support removing VSI from flow profile
  net/ice/base: print link configure error
  net/ice/base: remove unused ptype field in PTT definition
  net/ice/base: set MAC type for E823C device
  net/ice/base: add RSS support for PPPoL2TPv2oUDP
  net/ice/base: change protocol ID for VLAN in case of DVM
  net/ice/base: add priority check of matching recipe
  net/ice/base: enable I2C read/write commands
  net/ice/base: add set/get GPIO helper functions
  net/ice/base: add inner VLAN protocol type for QinQ filter
  net/ice/base: fix QinQ PPPoE dummy pkt selection
  net/ice/base: add PTYPE values for PPPoL2TPv2oUDP
  net/ice/base: allow support for GTP-U filter using only inner
    protocols

 drivers/net/ice/base/ice_adminq_cmd.h    |  40 ++++++
 drivers/net/ice/base/ice_common.c        | 162 ++++++++++++++++++++++-
 drivers/net/ice/base/ice_common.h        |  14 ++
 drivers/net/ice/base/ice_dcb.c           |   2 +-
 drivers/net/ice/base/ice_fdir.c          |   2 +-
 drivers/net/ice/base/ice_flex_pipe.c     |   4 +-
 drivers/net/ice/base/ice_flex_type.h     |  31 ++++-
 drivers/net/ice/base/ice_flow.c          | 120 ++++++++++++++---
 drivers/net/ice/base/ice_flow.h          |   4 +
 drivers/net/ice/base/ice_lan_tx_rx.h     |  10 +-
 drivers/net/ice/base/ice_protocol_type.h |   4 +
 drivers/net/ice/base/ice_sched.c         |  11 +-
 drivers/net/ice/base/ice_switch.c        |  77 +++++++----
 drivers/net/ice/base/ice_switch.h        |   1 +
 drivers/net/ice/base/ice_type.h          |   2 -
 drivers/net/ice/base/ice_vlan_mode.c     |   3 +-
 drivers/net/ice/base/ice_vlan_mode.h     |   1 -
 17 files changed, 424 insertions(+), 64 deletions(-)

-- 
2.26.2



More information about the dev mailing list