Recheck-request: iol-marvell-Functional
On Fri, Aug 23, 2024 at 6:51 AM Soumyadeep Hore <soumyadeep.h...@intel.com> wrote: > > Updating the latest shared code patches to ICE base driver. > > --- > v3: > - Addressed comments givn by reviewer > --- > v2: > - Addressed comments given by reviewer > - Corrected errors in Camel Case > --- > > Dan Nowlin (2): > net/ice: correct Tx Scheduler AQ command RD bit for E825C > net/ice: support optional flags in signature segment header > > Fabio Pricoco (1): > net/ice: update iteration of TLVs in Preserved Fields Area > > Jacob Keller (1): > net/ice: avoid reading past end of PFA > > Norbert Zulinski (2): > net/ice: updates for ptp init in E825C > net/ice: update PTP init > > Oleg Akhrem (1): > net/ice: address compilation errors > > Paul Greenwalt (3): > net/ice: add new tag definitions > net/ice: fix link speed for 200G > net/ice: update E830 50G branding strings > > Przemyslaw Gierszynski (1): > net/ice: add support for FEC auto-detect for E830 > > Yogesh Bhosale (1): > net/ice: use correct format specifiers for unsigned ints > > 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(-) > > -- > 2.43.0 >