> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Michal > Swiatkowski > Sent: Thursday, June 6, 2024 1:25 PM > To: [email protected] > Cc: [email protected]; Fijalkowski, Maciej <[email protected]>; > [email protected]; Samudrala, Sridhar <[email protected]>; > Polchlopek, Mateusz <[email protected]>; [email protected]; > [email protected]; [email protected]; Kubiak, Michal > <[email protected]>; [email protected]; Kitszel, Przemyslaw > <[email protected]>; Keller, Jacob E <[email protected]>; > Drewek, Wojciech <[email protected]> > Subject: [Intel-wired-lan] [iwl-next v5 11/15] ice: check if SF is ready in > ethtool > ops > > Now there is another type of port representor. Correct checking if parent > device > is ready to reflect also new PR type. > > Reviewed-by: Simon Horman <[email protected]> > Reviewed-by: Wojciech Drewek <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 7 +++---- > drivers/net/ethernet/intel/ice/ice_repr.c | 12 ++++++++++++ > drivers/net/ethernet/intel/ice/ice_repr.h | 1 + > 3 files changed, 16 insertions(+), 4 deletions(-) > > diff --git a/drivers/net/ethernet/intel/ice/ice_ethtool.c > b/drivers/net/ethernet/intel/ice/ice_ethtool.c > index 2d307e7d9863..ec93807dc327 100644 > --- a/drivers/net/ethernet/intel/ice/ice_ethtool.c > +++ b/drivers/net/ethernet/intel/ice/ice_ethtool.c > @@ -4053,7 +4053,7 @@ ice_repr_get_drvinfo(struct net_device *netdev, {
Tested-by: Rafal Romanowski <[email protected]>
