All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Machata <petrm@nvidia.com>
To: "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	<netdev@vger.kernel.org>
Cc: Jay Vosburgh <j.vosburgh@gmail.com>,
	Veaceslav Falico <vfalico@gmail.com>,
	Andy Gospodarek <andy@greyhouse.net>,
	Ido Schimmel <idosch@nvidia.com>,
	"Petr Machata" <petrm@nvidia.com>,
	Amit Cohen <amcohen@nvidia.com>, Andrew Lunn <andrew@lunn.ch>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	David Ahern <dsahern@kernel.org>, <mlxsw@nvidia.com>
Subject: [PATCH net-next 0/3] Add support for 800Gbps speed
Date: Thu, 20 Oct 2022 17:20:02 +0200	[thread overview]
Message-ID: <cover.1666277135.git.petrm@nvidia.com> (raw)

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.

Patch set overview:
Patch #1 extends ethtool to support 800Gbps.
Patch #2 extends mlxsw driver to support 800Gbps.
Patch #3 extends bonding driver to support 800Gbps.

----
[1]: https://www.ieee802.org/3/df/public/22_10/22_1004/shrikhande_3df_01a_221004.pdf
[2]: https://ieee802.org/3/df/KeyMotions_3df_221005.pdf

Amit Cohen (3):
  ethtool: Add support for 800Gbps link modes
  mlxsw: Add support for 800Gbps link modes
  bonding: 3ad: Add support for 800G speed

 drivers/net/bonding/bond_3ad.c                |  9 ++++++++
 drivers/net/ethernet/mellanox/mlxsw/reg.h     |  1 +
 .../mellanox/mlxsw/spectrum_ethtool.c         | 21 +++++++++++++++++++
 drivers/net/phy/phy-core.c                    | 11 +++++++++-
 include/uapi/linux/ethtool.h                  |  8 +++++++
 net/ethtool/common.c                          | 14 +++++++++++++
 6 files changed, 63 insertions(+), 1 deletion(-)

-- 
2.35.3


             reply	other threads:[~2022-10-20 15:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20 15:20 Petr Machata [this message]
2022-10-20 15:20 ` [PATCH net-next 1/3] ethtool: Add support for 800Gbps link modes Petr Machata
2022-10-20 15:20 ` [PATCH net-next 2/3] mlxsw: " Petr Machata
2022-10-20 15:20 ` [PATCH net-next 3/3] bonding: 3ad: Add support for 800G speed Petr Machata
2022-10-21 23:37   ` Jay Vosburgh
2022-10-24 10:30 ` [PATCH net-next 0/3] Add support for 800Gbps speed patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1666277135.git.petrm@nvidia.com \
    --to=petrm@nvidia.com \
    --cc=amcohen@nvidia.com \
    --cc=andrew@lunn.ch \
    --cc=andy@greyhouse.net \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=idosch@nvidia.com \
    --cc=j.vosburgh@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=vfalico@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.