netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: sfc-next 2013-09-21
@ 2013-09-21 18:31 Ben Hutchings
  2013-09-21 18:33 ` [PATCH net-next 01/11] sfc: efx_ethtool_get_ts_info() can be static Ben Hutchings
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Ben Hutchings @ 2013-09-21 18:31 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

The following changes since commit e7d33bb5ea82922e6ddcfc6b28a630b1a4ced071:

  lockref: add ability to mark lockrefs "dead" (2013-09-07 15:49:18 -0700)

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 48419e3f080704470ffa1350311c6d5640eb4da6:

  sfc: Add static tracepoints to datapath (2013-09-20 01:18:51 +0100)

1. Some cleanup from Fengguang Wu and his kbuild robot.
2. Support for ethtool register dump on EF10.
3. Change soft-TSO to take advantage of firmware assistance on EF10.
4. Support for PIO TX buffers and descriptors on EF10, enabled on
architectures that support write-combining mappings.
5. Accelerated RFS support for TCP/IPv6 and UDP/IPv6 on EF10.
6. Optional static tracepoints to support testing of various offload
features.

Ben.

----------------------------------------------------------------
Ben Hutchings (8):
      sfc: Add EF10 registers to register dump
      sfc: Fold tso_get_head_fragment() into tso_start()
      sfc: Implement firmware-assisted TSO for EF10
      sfc: Allocate and link PIO buffers; map them with write-combining
      sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()
      sfc: Introduce inline functions to simplify TX insertion
      sfc: Support ARFS for IPv6 flows
      sfc: Add static tracepoints to datapath

Fengguang Wu (2):
      sfc: efx_ethtool_get_ts_info() can be static
      sfc: efx_ef10_filter_update_rx_scatter() can be static

Jon Cooper (1):
      sfc: Use TX PIO for sufficiently small packets

 MAINTAINERS                           |   1 +
 drivers/net/ethernet/sfc/Kconfig      |  14 ++
 drivers/net/ethernet/sfc/ef10.c       | 319 ++++++++++++++++++++++++-
 drivers/net/ethernet/sfc/ef10_regs.h  |   1 +
 drivers/net/ethernet/sfc/efx.c        |   6 +
 drivers/net/ethernet/sfc/efx.h        |   1 +
 drivers/net/ethernet/sfc/ethtool.c    |   5 +-
 drivers/net/ethernet/sfc/io.h         |   5 +
 drivers/net/ethernet/sfc/net_driver.h |   7 +
 drivers/net/ethernet/sfc/nic.c        |  73 +++---
 drivers/net/ethernet/sfc/nic.h        |  46 +++-
 drivers/net/ethernet/sfc/ptp.c        |   3 +
 drivers/net/ethernet/sfc/rx.c         |  92 +++++---
 drivers/net/ethernet/sfc/tx.c         | 422 +++++++++++++++++++++++++++-------
 include/trace/events/sfc.h            | 160 +++++++++++++
 15 files changed, 996 insertions(+), 159 deletions(-)
 create mode 100644 include/trace/events/sfc.h

-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

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

end of thread, other threads:[~2013-09-23 18:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-21 18:31 Pull request: sfc-next 2013-09-21 Ben Hutchings
2013-09-21 18:33 ` [PATCH net-next 01/11] sfc: efx_ethtool_get_ts_info() can be static Ben Hutchings
2013-09-21 18:33 ` [PATCH net-next 02/11] sfc: efx_ef10_filter_update_rx_scatter() " Ben Hutchings
2013-09-21 18:33 ` [PATCH net-next 03/11] sfc: Add EF10 registers to register dump Ben Hutchings
2013-09-21 18:34 ` [PATCH net-next 04/11] sfc: Fold tso_get_head_fragment() into tso_start() Ben Hutchings
2013-09-21 18:34 ` [PATCH net-next 05/11] sfc: Implement firmware-assisted TSO for EF10 Ben Hutchings
2013-09-21 18:34 ` [PATCH net-next 06/11] sfc: Allocate and link PIO buffers; map them with write-combining Ben Hutchings
2013-09-21 18:35 ` [PATCH net-next 07/11] sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc() Ben Hutchings
2013-09-21 18:35 ` [PATCH net-next 08/11] sfc: Introduce inline functions to simplify TX insertion Ben Hutchings
2013-09-21 18:35 ` [PATCH net-next 09/11] sfc: Use TX PIO for sufficiently small packets Ben Hutchings
2013-09-21 18:36 ` [PATCH net-next 10/11] sfc: Support ARFS for IPv6 flows Ben Hutchings
2013-09-21 18:36 ` [PATCH net-next 11/11] sfc: Add static tracepoints to datapath Ben Hutchings
2013-09-23  6:08   ` David Miller
2013-09-23 15:51     ` Ben Hutchings
2013-09-23 18:17       ` David Miller
2013-09-23 18:34         ` Ben Hutchings

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