From: Ivan Vecera <ivecera@redhat.com>
To: netdev@vger.kernel.org
Cc: bhutchings@solarflare.com, agospoda@redhat.com
Subject: [PATCH ethtool] ethtool: Report Backplane as supported port
Date: Thu, 20 Feb 2014 18:48:56 +0100 [thread overview]
Message-ID: <1392918536-20444-1-git-send-email-ivecera@redhat.com> (raw)
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
---
ethtool.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ethtool.c b/ethtool.c
index 315d00f..acb4397 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -496,6 +496,8 @@ static void dump_supported(struct ethtool_cmd *ep)
fprintf(stdout, "MII ");
if (mask & SUPPORTED_FIBRE)
fprintf(stdout, "FIBRE ");
+ if (mask & SUPPORTED_Backplane)
+ fprintf(stdout, "Backplane ");
fprintf(stdout, "]\n");
dump_link_caps("Supported", "Supports", mask, 0);
--
1.8.3.2
next reply other threads:[~2014-02-20 17:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-20 17:48 Ivan Vecera [this message]
2014-02-21 10:40 ` [PATCH ethtool] ethtool: Report Backplane as supported port Ivan Vecera
2014-02-21 17:15 ` David Miller
2014-02-24 10:34 ` Ivan Vecera
2014-02-27 22:55 ` Ben Hutchings
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=1392918536-20444-1-git-send-email-ivecera@redhat.com \
--to=ivecera@redhat.com \
--cc=agospoda@redhat.com \
--cc=bhutchings@solarflare.com \
--cc=netdev@vger.kernel.org \
/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).