From: Joe Perches <joe@perches.com>
To: Nicolas Dichtel <nicolas.dichtel@6wind.com>, davem@davemloft.net
Cc: netdev@vger.kernel.org, j.vosburgh@gmail.com, vfalico@gmail.com,
andy@greyhouse.net, thibaut.collet@6wind.com,
linville@tuxdriver.com
Subject: Re: [PATCH net 2/3] bonding: fix 802.3ad support for 14G speed
Date: Thu, 08 Jun 2017 17:05:12 -0700 [thread overview]
Message-ID: <1496966712.1929.25.camel@perches.com> (raw)
In-Reply-To: <1496913493-23293-2-git-send-email-nicolas.dichtel@6wind.com>
On Thu, 2017-06-08 at 11:18 +0200, Nicolas Dichtel wrote:
> This patch adds 14 Gbps enum definition, and fixes
> aggregated bandwidth calculation based on above slave links.
Doesn't 14G need to be added to phy.c?
---
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
index a4238cb56731..d1c33a8cbaf5 100644
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
@@ -54,6 +54,8 @@ static const char *phy_speed_to_str(int speed)
return "5Gbps";
case SPEED_10000:
return "10Gbps";
+ case SPEED_14000:
+ return "14Gbps";
case SPEED_20000:
return "20Gbps";
case SPEED_25000:
next prev parent reply other threads:[~2017-06-09 0:05 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-08 9:18 [PATCH net 1/3] bonding: fix 802.3ad support for 5G and 50G speeds Nicolas Dichtel
2017-06-08 9:18 ` [PATCH net 2/3] bonding: fix 802.3ad support for 14G speed Nicolas Dichtel
2017-06-08 12:55 ` Andy Gospodarek
2017-06-08 16:48 ` Andrew Lunn
2017-06-09 13:34 ` [PATCH net-next] bonding: warn user when 802.3ad speed is unknown Nicolas Dichtel
2017-06-09 14:23 ` Andrew Lunn
2017-06-09 14:39 ` Nicolas Dichtel
2017-06-09 14:51 ` Andy Gospodarek
2017-06-09 14:59 ` Andrew Lunn
2017-06-09 15:58 ` [PATCH net-next v2] " Nicolas Dichtel
2017-06-10 20:07 ` David Miller
2017-06-10 20:01 ` [PATCH net-next] " David Miller
2017-06-08 20:06 ` [PATCH net 2/3] bonding: fix 802.3ad support for 14G speed David Miller
2017-06-09 0:05 ` Joe Perches [this message]
2017-06-09 13:45 ` [PATCH net] net: phy: add missing SPEED_14000 Nicolas Dichtel
2017-06-08 9:18 ` [PATCH net 3/3] ethtool.h: remind to update 802.3ad when adding new speeds Nicolas Dichtel
2017-06-08 12:56 ` Andy Gospodarek
2017-06-08 20:06 ` David Miller
2017-06-08 12:55 ` [PATCH net 1/3] bonding: fix 802.3ad support for 5G and 50G speeds Andy Gospodarek
2017-06-08 20:05 ` David Miller
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=1496966712.1929.25.camel@perches.com \
--to=joe@perches.com \
--cc=andy@greyhouse.net \
--cc=davem@davemloft.net \
--cc=j.vosburgh@gmail.com \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.dichtel@6wind.com \
--cc=thibaut.collet@6wind.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.