[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1243004704.3192.21.camel@achroite>
Date: Fri, 22 May 2009 16:05:04 +0100
From: Ben Hutchings <bhutchings@...arflare.com>
To: Chaitanya Lala <clala@...erbed.com>
Cc: jesse.brandeburg@...el.com, netdev@...r.kernel.org
Subject: Re: [net-next-2.6 PATCH 1/1] e1000e: Expose MDI-X status via
ethtool change
On Fri, 2009-05-22 at 07:55 -0700, Chaitanya Lala wrote:
> Ethtool is a standard way of getting information about ethernet
> interfaces. We enhance ethtool kernel interface & e1000e to make
> the MDI-X status readable via ethtool in userspace.
[...]
> diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
> index 380b042..0533d70 100644
> --- a/include/linux/ethtool.h
> +++ b/include/linux/ethtool.h
> @@ -26,6 +26,7 @@ struct ethtool_cmd {
> __u8 phy_address;
> __u8 transceiver; /* Which transceiver to use */
> __u8 autoneg; /* Enable or disable autonegotiation */
> + __u8 is_mdix; /* MDI-X status tri-state value */
> __u8 mdio_support;
[...]
There's no gap here, so this would move all the following fields and
break all older ethtool clients.
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
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