> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: 25 April 2025 11:38 > To: [email protected] > Cc: [email protected]; Lobakin, Aleksander > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Kwapulinski, Piotr > <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Jagielski, Jedrzej > <[email protected]>; Zaremba, Larysa <[email protected]>; > Nguyen, Anthony L <[email protected]> > Subject: [Intel-wired-lan] [iwl-next v3 8/8] i40e: use libie_aq_str > > There is no need to store the err string in hw->err_str. Simplify it and use > common helper. hw->err_str is still used for other purpouse. > > It should be marked that previously for unknown error the numeric value was > passed as a string. Now the "LIBIE_AQ_RC_UNKNOWN" is used for such cases. > > Add libie_aminq module in i40e Kconfig. > > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Larysa Zaremba <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/Kconfig | 1 + > .../net/ethernet/intel/i40e/i40e_prototype.h | 1 - > drivers/net/ethernet/intel/i40e/i40e_client.c | 7 +- > drivers/net/ethernet/intel/i40e/i40e_common.c | 52 ----- > drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c | 8 +- > .../net/ethernet/intel/i40e/i40e_ethtool.c | 22 +- > drivers/net/ethernet/intel/i40e/i40e_main.c | 209 +++++++----------- > drivers/net/ethernet/intel/i40e/i40e_nvm.c | 2 +- > .../ethernet/intel/i40e/i40e_virtchnl_pf.c | 27 +-- > 9 files changed, 105 insertions(+), 224 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
