From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 86C713B2A4 for ; Wed, 19 Dec 2018 08:25:43 -0500 (EST) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E5C8E61B7D; Wed, 19 Dec 2018 13:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1545225942; bh=tqTWUxtFmUHYX0p29Gz4xrmZ9LNhxLPiyifJOyGuopU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=OsDIVIckCbvQsyLfcMnS7ZygBWjzukqiJSadwV+35neTYYgg/Rv/Iv+cr8sJpeiAr 26+cE27rWoEezyOZNAVhrVVnqdoCJfcHXxfrG4YYLctZvWUxvhQZ7Z+yOnw1DPQbq/ MklUMBa2Xu1w57U/ji+QYiISb1QEJLi7bEYhcJg4= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=ALL_TRUSTED,BAYES_00, DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.0 Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id B6351619AF; Wed, 19 Dec 2018 13:25:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1545225941; bh=tqTWUxtFmUHYX0p29Gz4xrmZ9LNhxLPiyifJOyGuopU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=KL5sVoJdKIlxuPlMmDsI7qSN+8a87/T/hZsu5Iej3a182wfxmy74D8/TG/p7C7eB0 bhJYztsJZPY/TCvlVbc2DepaD/P5RWlJPianxBZjP9hRnSC4i1s5t3SeHkWPf4SQfw u6jei1kqqPsZ5ndoFp0gfjuPDugUDSlpZq8naCU0= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B6351619AF Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Rajkumar Manoharan Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, Kan Yan , make-wifi-fast@lists.bufferbloat.net References: <1545181331-5288-1-git-send-email-rmanohar@codeaurora.org> <1545181331-5288-7-git-send-email-rmanohar@codeaurora.org> Date: Wed, 19 Dec 2018 15:25:37 +0200 In-Reply-To: <1545181331-5288-7-git-send-email-rmanohar@codeaurora.org> (Rajkumar Manoharan's message of "Tue, 18 Dec 2018 17:02:11 -0800") Message-ID: <87k1k5veb2.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [PATCH v5 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: Wed, 19 Dec 2018 13:25:43 -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. > > This change is based on Kan's orginal commit in Chromium tree > ("CHROMIUM: ath10k: Implementing airtime fairness based TX scheduler") > ref: https://chromium-review.googlesource.com/588190 > > Signed-off-by: Kan Yan > [rmanohar@codeaurora.org: ported only the airtime computation] > Signed-off-by: Rajkumar Manoharan Same as with patch 5, let me know the tested hardware and firmware so I can add it to the commit log. -- Kalle Valo