> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: 12 August 2025 09:53 > 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 06/15] ice: allow calling > custom send function in fwlog > > Fwlog code needs to communicate with FW. In ice it is done through admin > queue command. Allow indirect calling the send function to move the specific > admin queue send function from fwlog core code. > > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_common.c | 23 ++++++- > drivers/net/ethernet/intel/ice/ice_debugfs.c | 6 +- > drivers/net/ethernet/intel/ice/ice_fwlog.c | 67 ++++++++++---------- > drivers/net/ethernet/intel/ice/ice_fwlog.h | 14 ++-- > 4 files changed, 65 insertions(+), 45 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
