From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 783AF3B2A4 for ; Fri, 25 Jan 2019 03:31:44 -0500 (EST) Received: by mail-lj1-f195.google.com with SMTP id c19-v6so7653155lja.5 for ; Fri, 25 Jan 2019 00:31:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=A64WQCkSWaPnPTpt9zsqeA8eRLl3wXPFTijWzG9Nahk=; b=ERlgTbYJRkppYQjGuss2ZBihRNJzc79a4eW2jDWoj96yIPdlF7qZWji8f8pO1uNP6e QHX9qIHHjNrXM7pOBf/iLqd4dYoyUX0eXjkNQZRP0+dpiFixV2z8Zz2PqK2SaBeRc0/j Q0N2TWg72MmVj26GlzOIc/G80yHZ93p/HdXceR4Yqv6s7K3BdLSSo2zE/GXFSCD//+FA GhVDDx9gE+euLek1FZuB0Y3RD3TgTLBqr4AtVGdCpZHwRmLJZ8FtHH91yW4iCF8xVhGz tfFasP827I8yKQ1ZvsMLqWPbjsgHc6/LbtFpNtwFhRA35lA/fOiHGFBDP6xhTtYFaJe8 ceZA== X-Gm-Message-State: AJcUukfieiuYpC2ejznX7egciQFYpse+Qpo1/7em/hWYlIsH7Yy5Kt+t TvyYTOZtC3uFZT1oN3Kiq4njDQ== X-Google-Smtp-Source: ALg8bN4p7XbYfAW2QCQNP9uzbXWLOxYB9WUUM5P488VTvIwHtiyq8Bc/nFWJhHySv1nUeO+MPBSV0A== X-Received: by 2002:a2e:8256:: with SMTP id j22-v6mr8197500ljh.40.1548405103201; Fri, 25 Jan 2019 00:31:43 -0800 (PST) Received: from alrua-x1.borgediget.toke.dk (borgediget.toke.dk. [85.204.121.218]) by smtp.gmail.com with ESMTPSA id b25-v6sm1418293lji.94.2019.01.25.00.31.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 Jan 2019 00:31:42 -0800 (PST) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 3D68E180323; Fri, 25 Jan 2019 09:31:41 +0100 (CET) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Kan Yan Cc: linux-wireless@vger.kernel.org, Rajkumar Manoharan , ath10k@lists.infradead.org, make-wifi-fast@lists.bufferbloat.net In-Reply-To: References: <20190122142019.21417-1-toke@redhat.com> <20190122142019.21417-5-toke@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 25 Jan 2019 09:31:41 +0100 Message-ID: <874l9xcf4i.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [PATCH v6 4/4] 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: Fri, 25 Jan 2019 08:31:44 -0000 Kan Yan writes: > Hi Toke, > > This patch looks good to me. Great job on getting the airtime fairness > scheduling framework done! Great, thanks for checking! Have another patch to test on top of this series, then we should look into getting the airtime queue limit patch into mac80211 as well :) -Toke