> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Anil > Samal > Sent: Friday, June 14, 2024 6:28 PM > To: [email protected] > Cc: [email protected]; Czapnik, Lukasz <[email protected]>; > Samal, Anil <[email protected]>; Pepiak, Leszek <[email protected]>; > Nguyen, Anthony L <[email protected]>; Simon Horman > <[email protected]>; Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 1/3] ice: Extend Sideband Queue > command to support flags > > Current driver implementation for Sideband Queue supports a fixed flag > (ICE_AQ_FLAG_RD). To retrieve FEC statistics from firmware, Sideband Queue > command is used with a different flag. > > Extend API for Sideband Queue command to use 'flags' as input argument. > > Reviewed-by: Simon Horman <[email protected]> > Reviewed-by: Jesse Brandeburg <[email protected]> > Signed-off-by: Anil Samal <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_common.c | 5 +++-- > drivers/net/ethernet/intel/ice/ice_common.h | 2 +- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 20 ++++++++++---------- > 3 files changed, 14 insertions(+), 13 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
