> -----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]>; Nowlin, Dan > <[email protected]>; [email protected]; Chmielewski, Pawel > <[email protected]>; Nguyen, Anthony L > <[email protected]>; [email protected]; Olech, Milena > <[email protected]> > Subject: [Intel-wired-lan] [PATCH net-next v5 1/6] ice: Add E830 device IDs, > MAC > type and registers > > E830 is the 200G NIC family which uses the ice driver. > > Add specific E830 registers. Embed macros to use proper register based on > (hw)- > >mac_type & name those macros to [ORIGINAL]_BY_MAC(hw). Registers only > available on one of the macs will need to be explicitly referred to as > E800_NAME > instead of just NAME. PTP is not yet supported. > > Co-developed-by: Milena Olech <[email protected]> > Signed-off-by: Milena Olech <[email protected]> > Co-developed-by: Dan Nowlin <[email protected]> > Signed-off-by: Dan Nowlin <[email protected]> > Co-developed-by: Scott Taylor <[email protected]> > Signed-off-by: Scott Taylor <[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]> > --- > drivers/net/ethernet/intel/ice/ice_common.c | 71 ++++++++++++------- > drivers/net/ethernet/intel/ice/ice_devids.h | 10 ++- > .../net/ethernet/intel/ice/ice_ethtool_fdir.c | 24 ++++--- > .../net/ethernet/intel/ice/ice_hw_autogen.h | 52 ++++++++++---- > drivers/net/ethernet/intel/ice/ice_main.c | 13 ++-- > drivers/net/ethernet/intel/ice/ice_type.h | 3 +- > .../ethernet/intel/ice/ice_virtchnl_fdir.c | 29 +++++--- > 7 files changed, 141 insertions(+), 61 deletions(-)
Tested-by: Tony Brelinski <[email protected]> _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
