Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4500254ybl; Mon, 9 Dec 2019 11:50:35 -0800 (PST) X-Google-Smtp-Source: APXvYqyzbcxkt33peXuylHbHMgmqsuInDNIvAL2IQC2JV6qSfRIYuNsIlq33vBfyOnHtxyHQR15v X-Received: by 2002:a54:4f8e:: with SMTP id g14mr763731oiy.8.1575921035787; Mon, 09 Dec 2019 11:50:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575921035; cv=none; d=google.com; s=arc-20160816; b=Vd5j6UOxUpHPoN1dGievO6B7w03aRRe08UDW4yXF/LfFg3QdCJz2UNQEt/En/mzzw4 IkAe3e8/NAqHdfDwL+AUpBqtA7024LNYoikEiwXyTATwmn9ZgaaV+rEld22L76wIzE1F /RvfPLwftAOIGIxsYaIGsROOdCket63EcBzi6Is8tH/D5f4tdfGJA6p5ceyVr5XhJMSB de8+DeDj7mKs4KBmOdej+TJrUh1nDyv6ztOaEo/7NBK1+VuPzT0wn3BxKcdXejOwpOSP zAUpalfg/89Y50qMMGFDhvxncqPiox3TBCgkbM+QilSmHWRs22dqh0OSe1+UdZkRcsDu JENw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=qqpPXOeR+J4emVaILoBTfjXjcODYpA0LE5QeU+2B2b4=; b=vktPPMe2inUvFw4AppxuYNSuAwJNLi2t1E9YH2crojilFXGOKaPyMu8X8PqGCeQbn+ 7b58tOixS7a2lT2PMJZOKFNiK57ga3KsaU1BdR1eqibtw3vwHjDnGZWyp8FlXyQ/zCHh 46bLDig5QuzHcKgSx4zU7hgR1WQwo6EvLZ34xe/1cxSXSYE161Uru181m9K5b8UYIPxy SD/z9Ml3DxXKySsBLv4PPfNly77sT/xVaO9R54dVeLpbEBbjdKl3lU/QzbDMPvZLp2dh bGD5t6LeaJzZanXvWHytQeBhH8DQVY02RJljT5Dm8oLSaDvjTBIE5YHJb4A9HYkxQQUj 4WpQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p3si534933oih.186.2019.12.09.11.50.24; Mon, 09 Dec 2019 11:50:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726538AbfLITtt (ORCPT + 99 others); Mon, 9 Dec 2019 14:49:49 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:37268 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726673AbfLITts (ORCPT ); Mon, 9 Dec 2019 14:49:48 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92.3) (envelope-from ) id 1ieP2N-00GSvl-LA; Mon, 09 Dec 2019 20:49:43 +0100 Message-ID: Subject: Re: debugging TXQs being empty From: Johannes Berg To: Ben Greear , Kan Yan Cc: Toke =?ISO-8859-1?Q?H=F8iland-J=F8rgensen?= , linux-wireless Date: Mon, 09 Dec 2019 20:49:42 +0100 In-Reply-To: References: <9b89b3b294295063aec045b9e863a44ad20b8782.camel@sipsolutions.net> <9bcbab4b562669b96198c632f476b1b74956ca09.camel@sipsolutions.net> <336996e4-d9fe-bf3a-72fb-6919bd0adcbf@candelatech.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sun, 2019-12-08 at 09:26 -0800, Ben Greear wrote: > > > Yeah, that was an oversight for HE, it should work for HT/VHT. I have a > > patch in the works to report the TX rate properly in iw. > > I'm connecting to an /AC AP, so it should only be using VHT rates. I'm on 5.2-ish > kernel, so maybe it is already fixed in more recent ones? I think I just saw that VHT has a similar issue. I thought it didn't, but maybe also in VHT we don't report properly to mac80211? Anyway, the patch I had fixes it, except the Mbps calculation was garbage ... We'll send it out soon. It's purely cosmetic anyway, in a sense. > > > For reference, we have previously seen about 1.1Gbps upload between QCA9984 station and 4x4 /AC APs > > > (and about 1.3Gbps download goodput), so in general, wifi upload can run faster. > > > > Yes, for sure it can. Would be interesting to find out what the limiting > > factor is for you. > > > > Then again, I doubt we've released updated firmware recently - what > > version are you using? > > It is 48-something, whatever comes with Fedora-30. We'd be happy to test more > recent firmware...maybe you could make them available somewhere? I just tried with this one (48.4fa0041f.0) and it seems OK-ish, at least for UDP. TCP is much lower than I'd expect though, but both TX and RX, which is strange. > And if you can provide release notes for the firmware, you get +1 damage vs QCA :P Heh :) johannes