> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: 12 August 2025 09:54 > To: [email protected] > Cc: [email protected]; Kitszel, Przemyslaw > <[email protected]>; [email protected]; > [email protected]; Michal Swiatkowski <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 10/15] libie, ice: move fwlog > admin queue to libie > > Copy the code and: > - change ICE_AQC to LIBIE_AQC > - change ice_aqc to libie_aqc > - move definitions outside the structures > > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > .../net/ethernet/intel/ice/ice_adminq_cmd.h | 78 ---------------- > drivers/net/ethernet/intel/ice/ice_debugfs.c | 21 ++--- > drivers/net/ethernet/intel/ice/ice_fwlog.c | 46 +++++----- > drivers/net/ethernet/intel/ice/ice_fwlog.h | 2 +- > include/linux/net/intel/libie/adminq.h | 89 +++++++++++++++++++ > 5 files changed, 124 insertions(+), 112 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
