netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: sfc-next 2012-08-24
@ 2012-08-24 19:46 Ben Hutchings
  2012-08-24 19:47 ` [PATCH net-next 01/16] sfc: Refactor struct efx_tx_buffer to use a flags field Ben Hutchings
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Ben Hutchings @ 2012-08-24 19:46 UTC (permalink / raw)
  To: David Miller; +Cc: linux-net-drivers, netdev

The following changes since commit 8f4cccbbd92f2ad0ddbbc498ef7cee2a1c3defe9:

  net: Set device operstate at registration time (2012-08-24 12:46:13 -0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

(commit 8f8b3d518999fd1c342310910aa1e49112c86d05)

1. Change the TX path to stop queues earlier and avoid returning
NETDEV_TX_BUSY.
2. Remove some inefficiencies in soft-TSO.
3. Fix various bugs involving device state transitions and/or reset
scheduling by error handlers.
4. Take advantage of my previous change to operstate initialisation.
5. Miscellaneous cleanup.

Ben.

Ben Hutchings (16):
      sfc: Refactor struct efx_tx_buffer to use a flags field
      sfc: Stop TX queues before they fill up
      sfc: Simplify TSO header buffer allocation
      sfc: Replace tso_state::full_packet_space with ip_base_len
      sfc: Stash header offsets for TSO in struct tso_state
      sfc: Change state names to be clearer, and comment them
      sfc: Hold the RTNL lock for more of the suspend/resume cycle
      sfc: Keep disabled NICs quiescent during suspend/resume
      sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()
      sfc: Never try to stop and start a NIC that is disabled
      sfc: Improve log messages in case we abort probe due to a pending reset
      sfc: Fix reset vs probe/remove/PM races involving efx_nic::state
      sfc: Remove overly paranoid locking assertions from netdev operations
      sfc: Remove bogus comment about MTU change and RX buffer overrun
      sfc: Assign efx and efx->type as early as possible in efx_pci_probe()
      sfc: Fix the initial device operstate

 drivers/net/ethernet/sfc/efx.c           |  235 +++++++-----
 drivers/net/ethernet/sfc/ethtool.c       |    4 +-
 drivers/net/ethernet/sfc/falcon_boards.c |    2 +-
 drivers/net/ethernet/sfc/net_driver.h    |   49 ++--
 drivers/net/ethernet/sfc/nic.c           |    6 +-
 drivers/net/ethernet/sfc/tx.c            |  621 ++++++++++++------------------
 6 files changed, 410 insertions(+), 507 deletions(-)

-- 
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] 18+ messages in thread

end of thread, other threads:[~2012-08-24 20:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 19:46 pull request: sfc-next 2012-08-24 Ben Hutchings
2012-08-24 19:47 ` [PATCH net-next 01/16] sfc: Refactor struct efx_tx_buffer to use a flags field Ben Hutchings
2012-08-24 19:49 ` [PATCH net-next 02/16] sfc: Stop TX queues before they fill up Ben Hutchings
2012-08-24 19:50 ` [PATCH net-next 03/16] sfc: Simplify TSO header buffer allocation Ben Hutchings
2012-08-24 19:50 ` [PATCH net-next 04/16] sfc: Replace tso_state::full_packet_space with ip_base_len Ben Hutchings
2012-08-24 19:50 ` [PATCH net-next 05/16] sfc: Stash header offsets for TSO in struct tso_state Ben Hutchings
2012-08-24 19:50 ` [PATCH net-next 06/16] sfc: Change state names to be clearer, and comment them Ben Hutchings
2012-08-24 19:51 ` [PATCH net-next 07/16] sfc: Hold the RTNL lock for more of the suspend/resume cycle Ben Hutchings
2012-08-24 19:51 ` [PATCH net-next 08/16] sfc: Keep disabled NICs quiescent during suspend/resume Ben Hutchings
2012-08-24 19:51 ` [PATCH net-next 09/16] sfc: Hold RTNL lock (only) when calling efx_stop_interrupts() Ben Hutchings
2012-08-24 19:51 ` [PATCH net-next 10/16] sfc: Never try to stop and start a NIC that is disabled Ben Hutchings
2012-08-24 19:52 ` [PATCH net-next 11/16] sfc: Improve log messages in case we abort probe due to a pending reset Ben Hutchings
2012-08-24 19:52 ` [PATCH net-next 12/16] sfc: Fix reset vs probe/remove/PM races involving efx_nic::state Ben Hutchings
2012-08-24 19:52 ` [PATCH net-next 13/16] sfc: Remove overly paranoid locking assertions from netdev operations Ben Hutchings
2012-08-24 19:52 ` [PATCH net-next 14/16] sfc: Remove bogus comment about MTU change and RX buffer overrun Ben Hutchings
2012-08-24 19:53 ` [PATCH net-next 15/16] sfc: Assign efx and efx->type as early as possible in efx_pci_probe() Ben Hutchings
2012-08-24 19:53 ` [PATCH net-next 16/16] sfc: Fix the initial device operstate Ben Hutchings
2012-08-24 20:36 ` pull request: sfc-next 2012-08-24 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).