mbox

Pull request: sfc-next 2013-12-16

Message ID 1387229350.1799.43.camel@bwh-desktop.uk.level5networks.com
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

Message

Ben Hutchings Dec. 16, 2013, 9:29 p.m. UTC
The following changes since commit bbbe7149bf0bd14432373de39315505e7a133acc:

  sfc: Remove unnecessary condition for processing the TX timestamp queue (2013-12-12 22:07:18 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

for you to fetch changes up to a0bc3487e431eaea381c2c882a41274e9a02f028:

  sfc: Fix RX drop filters for EF10 (2013-12-16 19:01:27 +0000)

Miscellaneous changes for 3.14:

1. Add more information to some WARN messages.
2. Refactor pushing of RSS configuration, from Andrew Rybchenko.
3. Refactor handling of automatic (device address list) vs manual (RX
NFC) MAC filters.
4. Implement clearing of manual RX filters on EF10 when ntuple offload
is disabled.
5. Remove definitions that are unused since the RX buffer allocation
changes, from Andrew Rybchenko.
6. Improve naming of some statistics, from Shradha Shah.
7. Add statistics for PTP support code.
8. Fix insertion of RX drop filters on EF10.

Ben.

----------------------------------------------------------------
Andrew Rybchenko (3):
      sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well
      sfc: remove unused 'refcnt' from efx_rx_page_state
      sfc: remove unused 'enum efx_rx_alloc_method'

Ben Hutchings (7):
      sfc: Add more information to many warnings using WARN() and netdev_WARN()
      sfc: Change priority and flags for automatic MAC filters
      sfc: Don't refer to 'stack' in filter implementation
      sfc: Allow filter removal only with exactly matching priority
      sfc: Implement efx_nic_type::filter_clear_rx operation for EF10
      sfc: Add PTP counters to ethtool stats
      sfc: Fix RX drop filters for EF10

Shradha Shah (1):
      sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}

 drivers/net/ethernet/sfc/ef10.c       | 251 ++++++++++++++++++++--------------
 drivers/net/ethernet/sfc/efx.c        |   2 +-
 drivers/net/ethernet/sfc/efx.h        |  11 --
 drivers/net/ethernet/sfc/ethtool.c    |  10 +-
 drivers/net/ethernet/sfc/falcon.c     |  26 +++-
 drivers/net/ethernet/sfc/farch.c      |  46 +++----
 drivers/net/ethernet/sfc/filter.h     |  17 ++-
 drivers/net/ethernet/sfc/net_driver.h |  20 +--
 drivers/net/ethernet/sfc/nic.h        |  14 +-
 drivers/net/ethernet/sfc/ptp.c        | 126 +++++++++++++++--
 drivers/net/ethernet/sfc/siena.c      |  45 +++---
 11 files changed, 362 insertions(+), 206 deletions(-)

Comments

David Miller Dec. 17, 2013, 10:08 p.m. UTC | #1
From: Ben Hutchings <bhutchings@solarflare.com>
Date: Mon, 16 Dec 2013 21:29:10 +0000

> Miscellaneous changes for 3.14:
> 
> 1. Add more information to some WARN messages.
> 2. Refactor pushing of RSS configuration, from Andrew Rybchenko.
> 3. Refactor handling of automatic (device address list) vs manual (RX
> NFC) MAC filters.
> 4. Implement clearing of manual RX filters on EF10 when ntuple offload
> is disabled.
> 5. Remove definitions that are unused since the RX buffer allocation
> changes, from Andrew Rybchenko.
> 6. Improve naming of some statistics, from Shradha Shah.
> 7. Add statistics for PTP support code.
> 8. Fix insertion of RX drop filters on EF10.

Pulled, thanks Ben.
--
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