> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Paul > Greenwalt > Sent: Wednesday, October 18, 2023 4:17 PM > To: [email protected] > Cc: [email protected]; Greenwalt, Paul <[email protected]>; > [email protected]; Brandeburg, Jesse <[email protected]>; > Chmielewski, Pawel <[email protected]>; Nguyen, Anthony L > <[email protected]>; [email protected] > Subject: [Intel-wired-lan] [PATCH net-next v5 3/6] ice: Add > ice_get_link_status_datalen > > The Get Link Status data length can vary with different versions of > ice_aqc_get_link_status_data. Add ice_get_link_status_datalen() to return > datalen for the specific ice_aqc_get_link_status_data version. > Add new link partner fields to ice_aqc_get_link_status_data; PHY type, FEC, > and > flow control. > > Reviewed-by: Jesse Brandeburg <[email protected]> > Co-developed-by: Pawel Chmielewski <[email protected]> > Signed-off-by: Pawel Chmielewski <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Paul Greenwalt <[email protected]> > --- > .../net/ethernet/intel/ice/ice_adminq_cmd.h | 37 +++++++++++++++++-- > drivers/net/ethernet/intel/ice/ice_common.c | 22 ++++++++++- > 2 files changed, 53 insertions(+), 6 deletions(-)
Tested-by: Tony Brelinski <[email protected]> _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
