> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of Michal
> Swiatkowski
> Sent: Friday, April 25, 2025 8:08 AM
> 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 7/8] iavf: 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 iavf 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/iavf/iavf_prototype.h  |  1 -
> drivers/net/ethernet/intel/iavf/iavf_common.c | 52 -------------------
>  drivers/net/ethernet/intel/iavf/iavf_main.c   |  5 +-
>  .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  2 +-
>  5 files changed, 5 insertions(+), 56 deletions(-)
> 
> diff --git a/drivers/net/ethernet/intel/Kconfig
> b/drivers/net/ethernet/intel/Kconfig
> index d5de9bc8b1b6..29c03a9ce145 100644
> --- a/drivers/net/ethernet/intel/Kconfig
> +++ b/drivers/net/ethernet/intel/Kconfig
> @@ -260,6 +260,7 @@ config I40E_DCB


Tested-by: Rafal Romanowski <[email protected]>


Reply via email to