netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: bhutchings@solarflare.com
Cc: eilong@broadcom.com, netdev@vger.kernel.org,
	linux-net-drivers@solarflare.com
Subject: Re: [PATCH 00/16] MDIO and ethtool enhancements
Date: Wed, 29 Apr 2009 17:31:28 -0700 (PDT)	[thread overview]
Message-ID: <20090429.173128.241115147.davem@davemloft.net> (raw)
In-Reply-To: <1241028086.3246.30.camel@achroite>

From: Ben Hutchings <bhutchings@solarflare.com>
Date: Wed, 29 Apr 2009 19:01:26 +0100

> The first part of this series introduce counterparts to <linux/mii.h>
> and the mii module for use with MDIO clause 45 devices and controllers
> that support both clause 22 and clause 45, and change several 10G
> Ethernet drivers to use them.
> 
> The remaining patches are a bit miscellaneous:
> - Extend generic flow control/pause frame support and change the sfc
> driver to use it
> - Add fields to the ethtool_cmd structure to report the supported MDIO
> mode(s) and link partner advertising flags, and implement these in the
> mdio and mii modules
> - Add support for backplane (1000BASE-KR and 10GBASE-KR/KX4) modes to
> ethtool and the mdio module

I like these changes, I'll add them to net-next-2.6 and we can
further refine them as-needed.

> I have a few questions to be resolved:
> - Is the naming of functions and constants in <linux/mdio.h> reasonable,
> or is more qualification required?

I think those are fine.

> - Is it reasonable to carry on using the MII ioctl interface with flags?

I don't know, I'm a little disappointed it's still around but
I suppose someone finds it useful.

> - Are there more drivers that could use these generic definitions (I
> haven't looked at the Broadcom drivers yet)?

No idea.

> - Does the backplane code work at all (I don't have any suitable
> hardware yet)?

The code will be there so someone can play around and test it.

  parent reply	other threads:[~2009-04-30  0:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29 18:01 [PATCH 00/16] MDIO and ethtool enhancements Ben Hutchings
2009-04-29 18:02 ` [PATCH 01/16] ethtool: Add port type PORT_OTHER Ben Hutchings
2009-04-29 18:04 ` [PATCH 02/16] mdio: Add register definitions for MDIO (clause 45) Ben Hutchings
2009-04-29 18:04 ` [PATCH 03/16] mdio: Add generic MDIO (clause 45) support functions Ben Hutchings
2009-04-29 18:05 ` [PATCH 04/16] sfc: Use generic MDIO functions and definitions Ben Hutchings
2009-04-29 18:06 ` [PATCH 05/16] chelsio: Use generic MDIO definitions and mdio_mii_ioctl() Ben Hutchings
2009-04-29 18:07 ` [PATCH 06/16] cxgb3: " Ben Hutchings
2009-04-29 18:08 ` [PATCH 07/16] ixgbe: Use generic MDIO definitions and functions Ben Hutchings
2009-04-29 18:11 ` [PATCH 08/16] ixgb: Use generic MDIO definitions Ben Hutchings
2009-04-29 18:13 ` [PATCH 09/16] s2io: " Ben Hutchings
2009-04-29 18:15 ` [PATCH 10/16] mii: Simplify mii_resolve_flowctrl_fdx() Ben Hutchings
2009-04-30  8:18   ` Steve.Glendinning
2009-04-29 18:19 ` [PATCH 11/16] mii: Add mii_advertise_flowctrl() Ben Hutchings
2009-04-29 18:19 ` [PATCH 12/16] mdio: Add mdio45_ethtool_spauseparam_an() Ben Hutchings
2009-04-29 18:20 ` [PATCH 13/16] sfc: Use generic MDIO flow control auto-negotiation functions Ben Hutchings
2009-04-29 18:21 ` [PATCH 14/16] ethtool/mdio: Report MDIO mode support and link partner advertising Ben Hutchings
2009-04-29 18:25 ` [PATCH 15/16] ethtool/mdio: Support backplane mode negotiation Ben Hutchings
2009-04-29 18:34 ` [PATCH 16/16] mii: Rewrite mii_ethtool_gset() to report mdio_support and lp_advertising Ben Hutchings
2009-04-30  0:31 ` David Miller [this message]
2009-04-30  1:28   ` [PATCH 00/16] MDIO and ethtool enhancements 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=20090429.173128.241115147.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=bhutchings@solarflare.com \
    --cc=eilong@broadcom.com \
    --cc=linux-net-drivers@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).