From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2a00:7660:6da:2001::664]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id A4B2A3BA8E for ; Mon, 21 Jan 2019 04:49:38 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1548064176; bh=D78vt3K1LU07/WD0SrmIuhX8OnAXHpmGIc3IQoAxtIg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=LI1xPvFFc8Lv3idYE5V90veRwsw6Qu6flKayMzJrI0cgjy2tr4I38udJg2HeJnVHH opG7nC2+q3p4UfoA/ou9XlkVDVInCyblQgFgQ8el2Nk1Y7xfHaKpbAoUIGYNT8ihmn 6XfIGWNdFIyuKL4IRScvMz2hnQ9+MV6zRigZuZ7QbQoywoXc5l56FgTseEPw91dON7 EbqIlCmJWgO54dyNU9ZTpD99tN46hwL0crWctKOcdySCtvDBoAx8vQ6qQUKKQOmLrB JZcoNiQAyju8VTqf06+TiqPz2jhBKO1F9q+h7aLnjB6wuTnHzCQM8QjxbMNu20DRc3 FF7vlj2PhqFjg== To: Rajkumar Manoharan , linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Cc: make-wifi-fast@lists.bufferbloat.net, Kan Yan , Rajkumar Manoharan In-Reply-To: <1545172374-1072-7-git-send-email-rmanohar@codeaurora.org> References: <1545172374-1072-1-git-send-email-rmanohar@codeaurora.org> <1545172374-1072-7-git-send-email-rmanohar@codeaurora.org> Date: Mon, 21 Jan 2019 10:49:35 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <8736pmmjbk.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [PATCH v4 6/6] ath10k: reporting estimated tx airtime for fairness X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 09:49:38 -0000 Rajkumar Manoharan writes: > From: Kan Yan > > Transmit airtime will be estimated from last tx rate used. > Firmware report tx rate by peer stats. Airtime is computed > on tx path and the same will be reported to mac80211 upon > tx completion. FYI, it seems that this last patch in the series no longer applies cleanly on top of mac80211-next. May need a refresh. The mac80211 parts were merged into mac80211-next (thanks, Johannes!); I guess the driver updates are waiting for drivers-next to catch up to that? Patches 4 and 5 in the series are fine... -Toke