mbox series

[v2,00/12] Align ICE shared code with Base driver

Message ID 20240822185346.221885-1-soumyadeep.hore@intel.com (mailing list archive)
Headers
Series Align ICE shared code with Base driver |

Message

Soumyadeep Hore Aug. 22, 2024, 6:53 p.m. UTC
Updating the latest shared code patches to ICE base driver.

---
v2:
- Addressed comments given by reviewer
- Corrected errors in Camel Case
---

Soumyadeep Hore (12):
  net/ice: use correct format specifiers for unsigned ints
  net/ice: updates for ptp init in E825C
  net/ice: add new tag definitions
  net/ice: avoid reading past end of PFA
  net/ice: update PTP init
  net/ice: address compilation errors
  net/ice: fix link speed for 200G
  net/ice: update iteration of TLVs in Preserved Fields Area
  net/ice: correct Tx Scheduler AQ command RD bit for E825C
  net/ice: support optional flags in signature segment header
  net/ice: update E830 50G branding strings
  net/ice: add support for FEC auto-detect for E830

 drivers/net/ice/base/ice_adminq_cmd.h |   2 +-
 drivers/net/ice/base/ice_cgu_regs.h   |  19 +++++
 drivers/net/ice/base/ice_common.c     |  66 ++++++++--------
 drivers/net/ice/base/ice_ddp.c        |  31 +++++++-
 drivers/net/ice/base/ice_ddp.h        |   5 +-
 drivers/net/ice/base/ice_devids.h     |  12 +--
 drivers/net/ice/base/ice_hw_autogen.h |  14 ++++
 drivers/net/ice/base/ice_nvm.c        |  36 ++++++---
 drivers/net/ice/base/ice_ptp_consts.h |  75 ++++++++++++++++++
 drivers/net/ice/base/ice_ptp_hw.c     | 106 +++++++++++++-------------
 drivers/net/ice/base/ice_ptp_hw.h     |  21 +++++
 drivers/net/ice/ice_ethdev.c          |   6 +-
 12 files changed, 285 insertions(+), 108 deletions(-)