From: Ivan Vecera <ivecera@redhat.com>
To: bwh@kernel.org, David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH ethtool] ethtool: Report Backplane as supported port
Date: Fri, 21 Feb 2014 11:40:03 +0100 [thread overview]
Message-ID: <53072D03.1030308@redhat.com> (raw)
In-Reply-To: <1392918536-20444-1-git-send-email-ivecera@redhat.com>
Hi Dave & Ben,
I see the patch is in 'not applicable' state in patchwork. The patch is
for ethtool userspace. I though the netdev mailing list is also for
ethtool userspace or did I used bad subject prefix?
Thanks,
Ivan
On 02/20/2014 06:48 PM, Ivan Vecera wrote:
> 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);
>
next prev parent reply other threads:[~2014-02-21 10:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-20 17:48 [PATCH ethtool] ethtool: Report Backplane as supported port Ivan Vecera
2014-02-21 10:40 ` Ivan Vecera [this message]
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=53072D03.1030308@redhat.com \
--to=ivecera@redhat.com \
--cc=bwh@kernel.org \
--cc=davem@davemloft.net \
--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).