mbox series

[SRU,F:linux-bluefield,0/3] Add support for 200G/400G link for bond

Message ID 20230331161817.1752794-1-bodong@nvidia.com
Headers show
Series Add support for 200G/400G link for bond | expand

Message

Bodong Wang March 31, 2023, 4:18 p.m. UTC
Add the speed of 200G/400G to bonding, without those patches, bonding
can't work with 200G/400G BF-3.

Jiri Pirko (1):
  ethtool: Add support for 400Gbps (50Gbps per lane) link modes

Nikolay Aleksandrov (2):
  bonding: 3ad: add support for 200G speed
  bonding: 3ad: add support for 400G speed

 drivers/net/bonding/bond_3ad.c | 18 ++++++++++++++++++
 drivers/net/phy/phy-core.c     | 10 +++++++++-
 include/uapi/linux/ethtool.h   |  6 ++++++
 3 files changed, 33 insertions(+), 1 deletion(-)

Comments

Andrei Gherzan April 3, 2023, 10:47 a.m. UTC | #1
On 23/03/31 07:18PM, Bodong Wang wrote:
> Add the speed of 200G/400G to bonding, without those patches, bonding
> can't work with 200G/400G BF-3.
> 
> Jiri Pirko (1):
>   ethtool: Add support for 400Gbps (50Gbps per lane) link modes
> 
> Nikolay Aleksandrov (2):
>   bonding: 3ad: add support for 200G speed
>   bonding: 3ad: add support for 400G speed
> 
>  drivers/net/bonding/bond_3ad.c | 18 ++++++++++++++++++
>  drivers/net/phy/phy-core.c     | 10 +++++++++-
>  include/uapi/linux/ethtool.h   |  6 ++++++
>  3 files changed, 33 insertions(+), 1 deletion(-)

Thanks for the patches, Bodong.

All these patches apply cleanly and have been in upstream since v5.10.

The cover of this submition should have included the default template as
documented here:
https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat. Things like
regression details would have been useful.

Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
Tim Gardner April 3, 2023, 5:05 p.m. UTC | #2
On 3/31/23 10:18 AM, Bodong Wang wrote:
> Add the speed of 200G/400G to bonding, without those patches, bonding
> can't work with 200G/400G BF-3.
> 
> Jiri Pirko (1):
>    ethtool: Add support for 400Gbps (50Gbps per lane) link modes
> 
> Nikolay Aleksandrov (2):
>    bonding: 3ad: add support for 200G speed
>    bonding: 3ad: add support for 400G speed
> 
>   drivers/net/bonding/bond_3ad.c | 18 ++++++++++++++++++
>   drivers/net/phy/phy-core.c     | 10 +++++++++-
>   include/uapi/linux/ethtool.h   |  6 ++++++
>   3 files changed, 33 insertions(+), 1 deletion(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Bartlomiej Zolnierkiewicz April 5, 2023, 10:26 a.m. UTC | #3
Applied to focal:linux-bluefield/master-next. Thanks.

--
Best regards,
Bartlomiej

On Fri, Mar 31, 2023 at 6:19 PM Bodong Wang <bodong@nvidia.com> wrote:
>
> Add the speed of 200G/400G to bonding, without those patches, bonding
> can't work with 200G/400G BF-3.
>
> Jiri Pirko (1):
>   ethtool: Add support for 400Gbps (50Gbps per lane) link modes
>
> Nikolay Aleksandrov (2):
>   bonding: 3ad: add support for 200G speed
>   bonding: 3ad: add support for 400G speed
>
>  drivers/net/bonding/bond_3ad.c | 18 ++++++++++++++++++
>  drivers/net/phy/phy-core.c     | 10 +++++++++-
>  include/uapi/linux/ethtool.h   |  6 ++++++
>  3 files changed, 33 insertions(+), 1 deletion(-)
>