Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751997AbbBUT0m (ORCPT ); Sat, 21 Feb 2015 14:26:42 -0500 Received: from louise.pinerecords.com ([213.168.185.253]:53191 "EHLO louise.pinerecords.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751736AbbBUT0j (ORCPT ); Sat, 21 Feb 2015 14:26:39 -0500 Date: Sat, 21 Feb 2015 20:26:22 +0100 From: Tomas Szepe To: Florian Westphal Cc: Eric Dumazet , Francois Romieu , Hayes Wang , Eric Dumazet , Tom Herbert , "David S. Miller" , Marco Berizzi , linux-kernel@vger.kernel.org, netdev Subject: Re: 1e918876 breaks r8169 (linux-3.18+) Message-ID: <20150221192622.GB25687@louise.pinerecords.com> References: <20150203100816.GA5807@louise.pinerecords.com> <20150203104214.GG24751@breakpoint.cc> <20150210154536.GB16264@breakpoint.cc> <20150221101512.GB17223@louise.pinerecords.com> <20150221103104.GA26574@breakpoint.cc> <1424535746.5565.42.camel@edumazet-glaptop2.roam.corp.google.com> <20150221174625.GA29681@breakpoint.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150221174625.GA29681@breakpoint.cc> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1013 Lines: 29 > > Could Tomas try following fix ? > > In addition -- Tomas, on your affected board -- did you try > turning off gso/tso? > > Holger Hoffstätte mentioned on lkml that his affected r8169 nic is > stable with xmit_more+bql after disabling gso/tso on the nic > > (ethtool -k $dev to display settings, "-K $dev tso off gso off" to > disable offloads). They're always off on this NIC (cannot be turned on). # ethtool -k eth1| grep segmentation-offload tcp-segmentation-offload: off generic-segmentation-offload: off [requested on] # ethtool -K eth1 gso on tso on Could not change any device features # ethtool -k eth1| grep segmentation-offload tcp-segmentation-offload: off generic-segmentation-offload: off [requested on] -- Tomas Szepe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/