> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Piotr Kwapulinski > Sent: Thursday, December 5, 2024 2:15 PM > To: [email protected] > Cc: [email protected]; Kwapulinski, Piotr > <[email protected]>; Wegrzyn, Stefan > <[email protected]>; Jagielski, Jedrzej <[email protected]>; > Glaza, Jan <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v12 3/8] ixgbe: Add link > management support for E610 device > > Add low level link management support for E610 device. Link management > operations are handled via the Admin Command Interface. Add the following > link management operations: > - get link capabilities > - set up link > - get media type > - get link status, link status events > - link power management > > Co-developed-by: Stefan Wegrzyn <[email protected]> > Signed-off-by: Stefan Wegrzyn <[email protected]> > Co-developed-by: Jedrzej Jagielski <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > Reviewed-by: Jan Glaza <[email protected]> > Signed-off-by: Piotr Kwapulinski <[email protected]> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 1079 +++++++++++++++++ > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 32 + > .../ethernet/intel/ixgbe/ixgbe_type_e610.h | 1 + > 3 files changed, 1112 insertions(+) >
Tested-by: Bharath R <[email protected]>
