mbox

pull request: sfc-next-2.6 2011-04-03

Message ID 1301859889.2935.23.camel@localhost
State Changes Requested, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6.git master

Message

Ben Hutchings April 3, 2011, 7:44 p.m. UTC
The following changes since commit 9b12c75bf4d58dd85c987ee7b6a4356fdc7c1222:
  David S. Miller (1):
        net: Order ports in same order as addresses in flow objects.

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6.git master

1. Implement of generic features interface in sfc.
2. Update ethtool_ops documentation.
3. Reimplement ETHTOOL_PHYS_ID as dicussed, dropping the RTNL lock.

Please allow some time for others to review before pulling.

Ben.

Ben Hutchings (6):
      sfc: Move test of rx_checksum_enabled from nic.c to rx.c
      sfc: Implement generic features interface
      ethtool: Convert struct ethtool_ops comment to kernel-doc format
      ethtool: Fill out and update comment for struct ethtool_ops
      ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNL
      sfc: Implement ethtool_ops::set_phys_id instead of ethtool_ops::phys_id

 drivers/net/sfc/efx.c        |   17 ++++-
 drivers/net/sfc/ethtool.c    |  106 ++++---------------------
 drivers/net/sfc/net_driver.h |    2 -
 drivers/net/sfc/nic.c        |    6 +-
 drivers/net/sfc/rx.c         |    3 +
 include/linux/ethtool.h      |  177 ++++++++++++++++++++++++++++++------------
 net/core/ethtool.c           |   46 +++++++++++-
 7 files changed, 209 insertions(+), 148 deletions(-)

Comments

David Miller April 4, 2011, 12:50 a.m. UTC | #1
From: Ben Hutchings <bhutchings@solarflare.com>
Date: Sun, 03 Apr 2011 20:44:49 +0100

> The following changes since commit 9b12c75bf4d58dd85c987ee7b6a4356fdc7c1222:
>   David S. Miller (1):
>         net: Order ports in same order as addresses in flow objects.
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6.git master
> 
> 1. Implement of generic features interface in sfc.
> 2. Update ethtool_ops documentation.
> 3. Reimplement ETHTOOL_PHYS_ID as dicussed, dropping the RTNL lock.
> 
> Please allow some time for others to review before pulling.

Ok, it seems there has been some feedback and you'll need to respin
these changes.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html