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 A5E953B2A4 for ; Tue, 22 Oct 2019 03:41:56 -0400 (EDT) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id A7D4D60A23; Tue, 22 Oct 2019 07:41:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1571730115; bh=5kAA4mT4aDnapzUXO5WJEhUXAaVmmYUWJy95iQGq4f8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=c+5iGDG6tmX50bb7aMJuOz+tS2miCFDtz8F2TNhaW5UJNg4KJh3C80EXt5O7f6P+R 5UbTPxPjMq8KEx/pfljd6WX/5yqlu4P2+E9zkvvUh2ONFM+tgBZV4Apgwk1OAcM/cB YC1WZJp5QoOO3Db/yE9ZTcWhXX5xdGsP9CxpLa+E= 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,SPF_NONE autolearn=no autolearn_force=no version=3.4.0 Received: from x230.qca.qualcomm.com (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 EA5A3607C3; Tue, 22 Oct 2019 07:41:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1571730108; bh=5kAA4mT4aDnapzUXO5WJEhUXAaVmmYUWJy95iQGq4f8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ikhToIN9IbxSHfDqmzh4SWMj8nxa0czwF9LJxO/RiXtE3Hmc+ZwrcHZ780BoXzMnI 8ZNT0SY+ccHvWQwOSr80/12xXYLNtx4e0H0ejSGhplIV1L5x4YuODJGEVcon434W20 tKLNy3MXX5eqiStmJfY8cASRetZsdEj/mWfhyENs= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org EA5A3607C3 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: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= Cc: Kan Yan , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, Yibo Zhao , Johannes Berg , Felix Fietkau References: <20191011022413.176208-1-kyan@google.com> <87wod7y9ui.fsf@kamboji.qca.qualcomm.com> <87sgnvy9c2.fsf@kamboji.qca.qualcomm.com> <87r236tbgz.fsf@kamboji.qca.qualcomm.com> <878speqh75.fsf@toke.dk> Date: Tue, 22 Oct 2019 10:41:43 +0300 In-Reply-To: <878speqh75.fsf@toke.dk> ("Toke \=\?utf-8\?Q\?H\=C3\=B8iland-J\?\= \=\?utf-8\?Q\?\=C3\=B8rgensen\=22's\?\= message of "Mon, 21 Oct 2019 16:57:50 +0200") Message-ID: <87zhhtjkg8.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Make-wifi-fast] [PATCH v4 0/2] Implement Airtime-based Queue Limit (AQL) 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: Tue, 22 Oct 2019 07:41:56 -0000 Toke H=C3=B8iland-J=C3=B8rgensen writes: > Kalle Valo writes: > >> (please don't top post) >> >> Kan Yan writes: >> >>> I believe Toke will integrate this with his version and move the >>> estimating pending airtime part to mac80211, so maybe in the next >>> version, ath10k change is no longer required. >> >> What do you mean? Are you saying that I can drop this patch: >> >> [v4,2/2] ath10k: Enable Airtime-based Queue Limit (AQL) >> >> https://patchwork.kernel.org/patch/11184783/ > > Yes, we're trying to do it all in mac80211. See > https://patchwork.kernel.org/project/linux-wireless/list/?series=3D190333 Thanks, I dropped this patch now. --=20 Kalle Valo