From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AAAFC433F5 for ; Wed, 25 May 2022 17:56:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241725AbiEYR4r (ORCPT ); Wed, 25 May 2022 13:56:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234637AbiEYR4q (ORCPT ); Wed, 25 May 2022 13:56:46 -0400 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF2B3101CD; Wed, 25 May 2022 10:56:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:Subject: From:References:Cc:To:MIME-Version:Date:Message-ID:Sender:Reply-To:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=UUCk/CBQM45CoxUp8FG5895NrkGwDgZ0RSyMfo8nfc0=; b=IhemAfN+gDhmT9B7a6lqrZ62lV P8EqtVutlaTp/wA15u9ieK7I9LxNWoMvSqViCon+t1c4MXcYB2BLTwCvzr/L4PpjPNJKu2AYcVIMR /4u3vqgMWT3H8BPm4Mj7DqQuDU3BLmxycyNfqtJp1YxEx8g3PMoP8oKvKe97kaZM3tOc=; Received: from p200300daa70ef2005cc39ce6374ff633.dip0.t-ipconnect.de ([2003:da:a70e:f200:5cc3:9ce6:374f:f633] helo=nf.local) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1ntvFO-0002uF-MM; Wed, 25 May 2022 19:56:38 +0200 Message-ID: <146b0749-20aa-3017-2998-98f46acad518@nbd.name> Date: Wed, 25 May 2022 19:56:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US To: Dave Taht Cc: Baligh GASMI , =?UTF-8?Q?Toke_H=c3=b8iland-J=c3=b8rgensen?= , Johannes Berg , "David S. Miller" , Jakub Kicinski , Paolo Abeni , "open list:MAC80211" , "open list:NETWORKING [GENERAL]" , open list References: <20220525103512.3666956-1-gasmibal@gmail.com> <87r14hoox8.fsf@toke.dk> <92ca6224-9232-2648-0123-7096aafa17fb@nbd.name> From: Felix Fietkau Subject: Re: [RFC PATCH 1/1] mac80211: use AQL airtime for expected throughput. In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 25.05.22 19:21, Dave Taht wrote: > Sigh. Ideally we are trying to keep latency low by deeply understanding > current conditions. Batching up anything on this large interval feels > wrong. Powersave and beacons become "beating" frequencies. Shorter intervals (or even doing it without batching at all) will likely lead to much more fluctuation, which could make the average less useful. I think batching it up will likely be beneficial for protocols like batman-adv. - Felix