From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: netdev@vger.kernel.org
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>,
Ian MacDonald <ian@netstatz.com>,
Salvatore Bonaccorso <carnil@debian.org>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Jay Vosburgh <jv@jvosburgh.net>,
Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: [PATCH net-next v2 3/5] net: ethtool: Add define for SPEED_80000
Date: Mon, 15 Dec 2025 13:11:07 +0100 [thread overview]
Message-ID: <20251215121109.4042218-4-mika.westerberg@linux.intel.com> (raw)
In-Reply-To: <20251215121109.4042218-1-mika.westerberg@linux.intel.com>
USB4 v2 link used in peer-to-peer networking is symmetric 80 Gbps so in
order to support reading this link speed, add it to ethtool.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
include/uapi/linux/ethtool.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
index eb7ff2602fbb..181243a2d700 100644
--- a/include/uapi/linux/ethtool.h
+++ b/include/uapi/linux/ethtool.h
@@ -2190,6 +2190,7 @@ enum ethtool_link_mode_bit_indices {
#define SPEED_40000 40000
#define SPEED_50000 50000
#define SPEED_56000 56000
+#define SPEED_80000 80000
#define SPEED_100000 100000
#define SPEED_200000 200000
#define SPEED_400000 400000
--
2.50.1
next prev parent reply other threads:[~2025-12-15 12:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-15 12:11 [PATCH net-next v2 0/5] net: thunderbolt: Various improvements Mika Westerberg
2025-12-15 12:11 ` [PATCH net-next v2 1/5] net: thunderbolt: Allow changing MAC address of the device Mika Westerberg
2025-12-15 12:11 ` [PATCH net-next v2 2/5] net: thunderbolt: Allow changing MTU " Mika Westerberg
2025-12-15 12:11 ` Mika Westerberg [this message]
2025-12-15 12:11 ` [PATCH net-next v2 4/5] bonding: 3ad: Add support for SPEED_80000 Mika Westerberg
2025-12-15 12:11 ` [PATCH net-next v2 5/5] net: thunderbolt: Allow reading link settings Mika Westerberg
2025-12-15 14:46 ` [PATCH net-next v2 0/5] net: thunderbolt: Various improvements Simon Horman
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=20251215121109.4042218-4-mika.westerberg@linux.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=YehezkelShB@gmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=carnil@debian.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=ian@netstatz.com \
--cc=jv@jvosburgh.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).