> -----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]>; > Sokolowski, Jan <[email protected]>; Simon Horman > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v12 2/8] ixgbe: Add support for > E610 device capabilities detection > > Add low level support for E610 device capabilities detection. The capabilities > are discovered via the Admin Command Interface. Discover the following > capabilities: > - function caps: vmdq, dcb, rss, rx/tx qs, msix, nvm, orom, reset > - device caps: vsi, fdir, 1588 > - phy caps > > 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 Sokolowski <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Piotr Kwapulinski <[email protected]> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 529 ++++++++++++++++++ > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 12 + > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 7 + > 3 files changed, 548 insertions(+) >
Tested-by: Bharath R <[email protected]>
