[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101117232645.3513.20655.stgit@jbrandeb-ich9b.jf.intel.com>
Date: Wed, 17 Nov 2010 15:29:05 -0800
From: Jesse Brandeburg <jesse.brandeburg@...el.com>
To: netdev@...r.kernel.org
Subject: [RFC PATCH 0/3] e1000/e1000e/igb MDI-X control implementation
this patch series is RFC for implemenation, I've briefly tested
it to make sure I still get link after setting MDI-X and I see
the status change in ethtool.
The basic idea is to fill out the MDI-X read functionality with
some write functionality.
the e1000e patch is actually what drove this change as some users
have found wonky switches that must have MDI/MDI-X forced.
---
Jesse Brandeburg (3):
e1000: configure and read mdix settings
igb: update to allow reading/setting mdix
e1000e: implement MDI-X control
drivers/net/e1000/e1000.h | 1 -
drivers/net/e1000/e1000_ethtool.c | 13 +++++++++++++
drivers/net/e1000/e1000_main.c | 2 +-
drivers/net/e1000e/e1000.h | 1 -
drivers/net/e1000e/ethtool.c | 4 ++++
drivers/net/e1000e/netdev.c | 2 +-
drivers/net/igb/igb.h | 1 -
drivers/net/igb/igb_ethtool.c | 14 ++++++++++++++
drivers/net/igb/igb_main.c | 2 +-
9 files changed, 34 insertions(+), 6 deletions(-)
--
jesse.brandeburg@...el.com
--
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