[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1393541758.14067.75.camel@deadeye.wl.decadent.org.uk>
Date: Thu, 27 Feb 2014 22:55:58 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: Ivan Vecera <ivecera@...hat.com>
Cc: netdev@...r.kernel.org, bhutchings@...arflare.com,
agospoda@...hat.com
Subject: Re: [PATCH ethtool] ethtool: Report Backplane as supported port
On Thu, 2014-02-20 at 18:48 +0100, Ivan Vecera wrote:
> Signed-off-by: Ivan Vecera <ivecera@...hat.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);
Applied, thanks.
Ben.
--
Ben Hutchings
It is easier to change the specification to fit the program than vice versa.
Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)
Powered by blists - more mailing lists