Merge branch 'net-800Gbps-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2022 09:43:39 +0000 (10:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2022 09:43:39 +0000 (10:43 +0100)
commitea5ed0f00b07d5aba09189729d54751c98494f25
tree6c1b67893a430bd64968464eb3c925f5eed3d45e
parentc1aa0a9078e6dd502af0b886d992f128bdefd44b
parent41305d3781d705d6ea2c9cac632e6a4063e0f1ea
Merge branch 'net-800Gbps-support'

Petr Machata says:

====================
net: Add support for 800Gbps speed

Amit Cohen <amcohen@nvidia.com> writes:

The next Nvidia Spectrum ASIC will support 800Gbps speed.
The IEEE 802 LAN/MAN Standards Committee already published standards for
800Gbps, see the last update [1] and the list of approved changes [2].

As first phase, add support for 800Gbps over 8 lanes (100Gbps/lane).
In the future 800Gbps over 4 lanes can be supported also.

Extend ethtool to support the relevant PMDs and extend mlxsw and bonding
drivers to support 800Gbps.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>