> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Grzegorz Nitka > Sent: 20 March 2025 18:46 > To: [email protected] > Cc: [email protected]; Kolacinski, Karol <[email protected]>; > [email protected]; Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 2/3] ice: refactor > ice_sbq_msg_dev enum > > From: Karol Kolacinski <[email protected]> > > Rename ice_sbq_msg_dev to ice_sbq_dev_id to reflect the meaning of this type > more precisely. This enum type describes RDA (Remote Device Access) client > ids, accessible over SB (Side Band) interface. > Rename enum elements to make a driver namespace more cleaner and consistent > with other definitions within SB Remove unused 'rmn_x' entries, specific to > unsupported E824 device. > Adjust clients '2' and '13' names (phy_0 and phy_0_peer respectively) to be > compliant with EAS doc. According to the specification, regardless of the > complex entity (single or dual), when accessing its own ports, they're > accessed always as 'phy_0' client. And referred as 'phy_0_peer' when handling ports conneced to the other complex. > > Reviewed-by: Simon Horman <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > Co-developed-by: Grzegorz Nitka <[email protected]> > Signed-off-by: Grzegorz Nitka <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_common.c | 2 +- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 20 ++++++++++---------- > drivers/net/ethernet/intel/ice/ice_sbq_cmd.h | 11 ++++------- > 3 files changed, 15 insertions(+), 18 deletions(-)
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
