From mboxrd@z Thu Jan 1 00:00:00 1970 From: stephen mulcahy Subject: Re: forcedeth driver hangs under heavy load Date: Tue, 13 Apr 2010 16:08:10 +0100 Message-ID: <4BC488DA.3020508@gmail.com> References: <4B9E6C60.7030300@atlanticlinux.ie> <20100315182220.GQ2763@decadent.org.uk> <4B9F5E5E.2060209@atlanticlinux.ie> <1270393967.8341.11.camel@localhost> <4BBCA19C.5080204@atlanticlinux.ie> <1270942606.6179.64.camel@localhost> <4BC2EF88.3060203@atlanticlinux.ie> <4BC31486.1090603@gmail.com> <1271076426.16881.21.camel@edumazet-laptop> <4BC31AA0.5070006@gmail.com> <4BC31DDE.7010005@gmail.com> <1271085862.16881.38.camel@edumazet-laptop> <4BC3461D.3070002@gmail.com> <1271091581.16881.41.camel@edumazet-laptop> <4BC44167.4080807@gmail.com> <1271155766.16881.245.camel@edumazet-laptop> <4BC44EC8.1010104@gmail.com> <1271160298.2098.0.camel@achroite.uk.solarflarecom.com> <4BC47F38.5040509@gmail.com> <1271169741.16881.437.camel@edumazet-laptop> <4BC48460.4040001@gmail.com> <1271171107.16881.465.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Ben Hutchings , netdev , Ben Hutchings , Ayaz Abdulla , 572201@bugs.debian.org To: Eric Dumazet Return-path: Received: from viefep11-int.chello.at ([62.179.121.31]:56368 "EHLO viefep11-int.chello.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752516Ab0DMPIV (ORCPT ); Tue, 13 Apr 2010 11:08:21 -0400 In-Reply-To: <1271171107.16881.465.camel@edumazet-laptop> Sender: netdev-owner@vger.kernel.org List-ID: Eric Dumazet wrote: > I am scratching my head, but I thought you told me that > > ethtool -K eth0 tso off > ethtool -K eth0 tx on > > was working ? No, sorry for the confusion. ethtool -K eth0 tx off fixes the problem. Setting only ethtool -K eth0 tso off ethtool -K eth0 tx on still results in failures. -stephen