[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53072D03.1030308@redhat.com>
Date: Fri, 21 Feb 2014 11:40:03 +0100
From: Ivan Vecera <ivecera@...hat.com>
To: bwh@...nel.org, David Miller <davem@...emloft.net>
CC: netdev@...r.kernel.org
Subject: Re: [PATCH ethtool] ethtool: Report Backplane as supported port
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@...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);
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists