mbox

Pull request: sfc 2013-03-06

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc.git sfc-3.9

Message

Ben Hutchings March 6, 2013, 7:14 p.m. UTC
The following changes since commit aab2b4bf224ef8358d262f95b568b8ad0cecf0a0:

  tcp: fix double-counted receiver RTT when leaving receiver fast path (2013-03-04 14:12:07 -0500)

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

Fix regressions introduced by the last set of fixes (sorry):

1. Potential deadlock when disabling TX queues.
2. RX was broken on architectures other than x86 and powerpc.

I still expect to send one more bug fix for 3.9, but as it sometimes
takes days to reproduce the bug it's going to take a couple of weeks of
testing to be confident that it's really fixed.

Ben.

Ben Hutchings (2):
      sfc: Disable soft interrupt handling during efx_device_detach_sync()
      sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0

 drivers/net/ethernet/sfc/efx.h |    4 ++--
 drivers/net/ethernet/sfc/rx.c  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

David Miller March 6, 2013, 7:51 p.m. UTC | #1
From: Ben Hutchings <bhutchings@solarflare.com>
Date: Wed, 6 Mar 2013 19:14:21 +0000

> The following changes since commit aab2b4bf224ef8358d262f95b568b8ad0cecf0a0:
> 
>   tcp: fix double-counted receiver RTT when leaving receiver fast path (2013-03-04 14:12:07 -0500)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc.git sfc-3.9
> 
> Fix regressions introduced by the last set of fixes (sorry):
> 
> 1. Potential deadlock when disabling TX queues.
> 2. RX was broken on architectures other than x86 and powerpc.
> 
> I still expect to send one more bug fix for 3.9, but as it sometimes
> takes days to reproduce the bug it's going to take a couple of weeks of
> testing to be confident that it's really fixed.

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