netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next-2.6 RFC PATCH v2 00/13] ethtool: allow custom interval for
@ 2011-04-13 19:58 Bruce Allan
  2011-04-13 19:58 ` [net-next-2.6 RFC PATCH v2 01/13] ethtool: allow custom interval for physical identification Bruce Allan
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Bruce Allan @ 2011-04-13 19:58 UTC (permalink / raw)
  To: netdev

physical identification

The following series changes the recently added ethtool set_phys_id
functions to allow drivers to provide a frequency at which to cycle
through an on/off identifier via software if/when the capability is
not provided by hardware.

---

Bruce Allan (13):
      tg3: set ethtool set_phys_id on/off cycle frequency to 1/sec
      sky2: set ethtool set_phys_id on/off cycle frequency to 1/sec
      skge: set ethtool set_phys_id on/off cycle frequency to 2/sec
      sfc: set ethtool set_phys_id on/off cycle frequency to 1/sec
      s2io: set ethtool set_phys_id on/off cycle frequency to 1/sec
      pcnet32: set ethtool set_phys_id on/off cycle frequency to 2/sec
      niu: set ethtool set_phys_id on/off cycle frequency to 1/sec
      ewrk3: set ethtool set_phys_id on/off cycle frequency to 2/sec
      cxgb3: set ethtool set_phys_id on/off cycle frequency to 1/sec
      bnx2x: set ethtool set_phys_id on/off cycle frequency to 1/sec
      bnx2: set ethtool set_phys_id on/off cycle frequency to 1/sec
      benet: set ethtool set_phys_id on/off cycle frequency to 1/sec
      ethtool: allow custom interval for physical identification


 drivers/net/benet/be_ethtool.c    |    2 +-
 drivers/net/bnx2.c                |    2 +-
 drivers/net/bnx2x/bnx2x_ethtool.c |    2 +-
 drivers/net/cxgb3/cxgb3_main.c    |    2 +-
 drivers/net/ewrk3.c               |    2 +-
 drivers/net/niu.c                 |    2 +-
 drivers/net/pcnet32.c             |    2 +-
 drivers/net/s2io.c                |    2 +-
 drivers/net/sfc/ethtool.c         |    6 +++---
 drivers/net/skge.c                |    2 +-
 drivers/net/sky2.c                |    2 +-
 drivers/net/tg3.c                 |    2 +-
 include/linux/ethtool.h           |    6 ++++--
 net/core/ethtool.c                |   13 ++++++++-----
 14 files changed, 26 insertions(+), 21 deletions(-)

-- 
Thanks,
Bruce.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-04-14 14:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 19:58 [net-next-2.6 RFC PATCH v2 00/13] ethtool: allow custom interval for Bruce Allan
2011-04-13 19:58 ` [net-next-2.6 RFC PATCH v2 01/13] ethtool: allow custom interval for physical identification Bruce Allan
2011-04-13 20:25   ` Ben Hutchings
2011-04-13 22:39     ` Allan, Bruce W
2011-04-13 22:44       ` Ben Hutchings
2011-04-13 22:55         ` Allan, Bruce W
2011-04-13 19:58 ` [net-next-2.6 RFC PATCH v2 02/13] benet: set ethtool set_phys_id on/off cycle frequency to 1/sec Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 03/13] bnx2: " Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 04/13] bnx2x: " Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 05/13] cxgb3: " Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 06/13] ewrk3: set ethtool set_phys_id on/off cycle frequency to 2/sec Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 07/13] niu: set ethtool set_phys_id on/off cycle frequency to 1/sec Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 08/13] pcnet32: set ethtool set_phys_id on/off cycle frequency to 2/sec Bruce Allan
2011-04-14 14:00   ` Don Fry
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 09/13] s2io: set ethtool set_phys_id on/off cycle frequency to 1/sec Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 10/13] sfc: " Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 11/13] skge: set ethtool set_phys_id on/off cycle frequency to 2/sec Bruce Allan
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 12/13] sky2: set ethtool set_phys_id on/off cycle frequency to 1/sec Bruce Allan
2011-04-13 21:00   ` Stephen Hemminger
2011-04-13 19:59 ` [net-next-2.6 RFC PATCH v2 13/13] tg3: " Bruce Allan
2011-04-13 20:11 ` [net-next-2.6 RFC PATCH v2 00/13] ethtool: allow custom interval for Ben Hutchings
2011-04-13 20:25   ` David Miller

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).