> Semi-automated AI review feedback. Thank you for the review. Based on the feedback, I have made the following adjustments: > > # DPDK Patch Review - net/ngbe: add missing CDR config for YT PHY > ## WARNINGS > > ### 1. Missing error checks on PHY register writes No code change. In the long-term operation of the Wangxun Emerald Gigabit Ethernet controllers supported by the ngbe driver, PHY register read/write failures are virtually never observed. Consequently, ngbe_write_phy_reg_sds_ext_yt() effectively always returns 0. We currently have no plan to add return value checks for PHY register access routines, and we believe the existing approach is sufficiently robust in practice. > --- > > ## INFO > > ### 1. Magic numbers in PHY register writes No code change. These values were provided by the PHY vendor (Motorcomm) and the bit definitions are not documented in publicly available register description. Replacing them with macros such as YT_CONFIG_REG_XXX would merely introduce meaningless names without improving understandability. Therefore we prefer to keep the raw vendor values as they are.
- [PATCH v3 17/20] net/txgbe: fix get module info ope... Zaiyu Wang
- [PATCH v3 18/20] net/txgbe: fix get eeprom operatio... Zaiyu Wang
- [PATCH v3 19/20] net/txgbe: fix to reset Tx write-b... Zaiyu Wang
- [PATCH v3 20/20] net/txgbe: fix to enable Tx desc c... Zaiyu Wang
- Re: [PATCH v3 00/20] Wangxun Fixes Stephen Hemminger
- Re: [PATCH v3 00/20] Wangxun Fixes Stephen Hemminger
- RE: [PATCH v3 00/20] Wangxun Fixes Zaiyu Wang
- [PATCH v4 00/20] Wangxun Fixes Zaiyu Wang
- [PATCH v4 03/20] net/ngbe: add missing CDR config f... Zaiyu Wang
- Re: [PATCH v4 03/20] net/ngbe: add missing CDR ... Stephen Hemminger
- RE: [PATCH v4 03/20] net/ngbe: add missing ... Zaiyu Wang
- [PATCH v4 02/20] net/ngbe: remove duplicate xstats ... Zaiyu Wang
- [PATCH v4 04/20] net/ngbe: fix VF promiscuous and a... Zaiyu Wang
- Re: [PATCH v4 04/20] net/ngbe: fix VF promiscuo... Stephen Hemminger
- [PATCH v4 01/20] net/txgbe: remove duplicate xstats... Zaiyu Wang
- [PATCH v4 05/20] net/txgbe: fix inaccuracy in Tx ra... Zaiyu Wang
- Re: [PATCH v4 05/20] net/txgbe: fix inaccuracy ... Stephen Hemminger
- [PATCH v4 06/20] net/txgbe: fix link status check c... Zaiyu Wang
- [PATCH v4 07/20] net/txgbe: fix Tx desc free logic Zaiyu Wang

