On 9/21/2023 6:51 AM, Pawel Chmielewski wrote:
> The following patch set was initially a part of [1]. As the purpose of
> the original series was to add the support of the new hardware to the
> intel ice driver, the refactoring of advertised link modes mapping was
> extracted to a new set.
> The patch set adds a common mechanism for mapping Ethtool forced speeds
> with Ethtool supported link modes, which can be used in drivers code.
> 
> [1] 
> https://lore.kernel.org/netdev/[email protected]
> 
> Changelog:
> v1->v2:
> Fixed formatting, typo, moved declaration of iterator to loop line.
> 
> Paul Greenwalt (1):
>   ethtool: Add forced speed to supported link modes maps
> 
> Pawel Chmielewski (1):
>   ice: Refactor finding advertised link speed
> 


Reviewed-by: Jacob Keller <[email protected]>

>  drivers/net/ethernet/intel/ice/ice.h          |   1 +
>  drivers/net/ethernet/intel/ice/ice_ethtool.c  | 201 ++++++++++++------
>  drivers/net/ethernet/intel/ice/ice_main.c     |   2 +
>  .../net/ethernet/qlogic/qede/qede_ethtool.c   |  24 +--
>  include/linux/ethtool.h                       |  20 ++
>  net/ethtool/ioctl.c                           |  15 ++
>  6 files changed, 178 insertions(+), 85 deletions(-)
> 
_______________________________________________
Intel-wired-lan mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Reply via email to