Return-path: Received: from mail-ie0-f180.google.com ([209.85.223.180]:64031 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752241AbbBDMiw (ORCPT ); Wed, 4 Feb 2015 07:38:52 -0500 Message-ID: <1423053531.907.115.camel@edumazet-glaptop2.roam.corp.google.com> (sfid-20150204_133900_363265_266C57CF) Subject: Re: Throughput regression with `tcp: refine TSO autosizing` From: Eric Dumazet To: Michal Kazior Cc: linux-wireless , Network Development , eyalpe@dev.mellanox.co.il Date: Wed, 04 Feb 2015 04:38:51 -0800 In-Reply-To: References: <1422537297.21689.15.camel@edumazet-glaptop2.roam.corp.google.com> <1422628835.21689.95.camel@edumazet-glaptop2.roam.corp.google.com> <1422903136.21689.114.camel@edumazet-glaptop2.roam.corp.google.com> <1422926330.21689.138.camel@edumazet-glaptop2.roam.corp.google.com> <1422973660.907.10.camel@edumazet-glaptop2.roam.corp.google.com> <1423051045.907.108.camel@edumazet-glaptop2.roam.corp.google.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2015-02-04 at 13:22 +0100, Michal Kazior wrote: > On 4 February 2015 at 12:57, Eric Dumazet wrote: > > > To disable gso you would have to use : > > > > ethtool -K wlan1 gso off > > Oh, thanks! This works. However I can't turn it on: > > ; ethtool -K wlan1 gso on > Could not change any device features > > ..so I guess it makes no sense to re-run tests because: > > ; ethtool -k wlan1 | grep generic > tx-checksum-ip-generic: on [fixed] > generic-segmentation-offload: off [requested on] > generic-receive-offload: on > > And this seems to never change. GSO requires SG (Scatter Gather) Are you sure this hardware has no SG support ?