> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Wednesday, April 24, 2024 7:00 PM > To: [email protected] > Cc: [email protected]; Kubalewski, Arkadiusz > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Kaminski, Pawel <[email protected]>; Polchlopek, Mateusz > <[email protected]>; Padmasanan, Prathisna > <[email protected]> > Subject: [Intel-wired-lan] [PATCH v10 iwl-next 10/12] ice: Add NAC Topology > device capability parser > > From: Grzegorz Nitka <[email protected]> > > Add new device capability ICE_AQC_CAPS_NAC_TOPOLOGY which allows to determine > the mode of operation (1 or 2 NAC). > Define a new structure to store data from new capability and corresponding > parser code. > > Co-developed-by: Prathisna Padmasanan <[email protected]> > Signed-off-by: Prathisna Padmasanan <[email protected]> > Signed-off-by: Grzegorz Nitka <[email protected]> > Reviewed-by: Pawel Kaminski <[email protected]> > Reviewed-by: Mateusz Polchlopek <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Arkadiusz Kubalewski <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > .../net/ethernet/intel/ice/ice_adminq_cmd.h | 2 ++ > drivers/net/ethernet/intel/ice/ice_common.c | 31 +++++++++++++++++++ > drivers/net/ethernet/intel/ice/ice_type.h | 10 ++++++ > 3 files changed, 43 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
