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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9FFB6ECAAD3 for ; Thu, 1 Sep 2022 12:28:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 168BF61168; Thu, 1 Sep 2022 12:28:46 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 168BF61168 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ga969kZCW8DB; Thu, 1 Sep 2022 12:28:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id DC8D961145; Thu, 1 Sep 2022 12:28:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org DC8D961145 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2B7F41BF338 for ; Thu, 1 Sep 2022 12:28:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 132B2408E3 for ; Thu, 1 Sep 2022 12:28:41 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 132B2408E3 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ue73PDurqqC6 for ; Thu, 1 Sep 2022 12:28:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 9D31A4030B Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by smtp4.osuosl.org (Postfix) with ESMTPS id 9D31A4030B for ; Thu, 1 Sep 2022 12:28:38 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 2F455240009; Thu, 1 Sep 2022 12:28:32 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1oTjJ9-000lgA-Po; Thu, 01 Sep 2022 14:28:31 +0200 From: Peter Korsgaard To: John Keeping References: <20220728175036.3262606-1-john@metanate.com> Date: Thu, 01 Sep 2022 14:28:31 +0200 In-Reply-To: <20220728175036.3262606-1-john@metanate.com> (John Keeping's message of "Thu, 28 Jul 2022 18:50:36 +0100") Message-ID: <87tu5rl1n4.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH] package/connman: add an option to disable stats generation X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Martin Bark , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "John" == John Keeping writes: > By default connman periodically saves network interface statistics into > an mmap'd round robin file. These are not accessible over the D-Bus > interface and the only method to interact with this is ResetCounters() > which is marked as experimental. > Continually writing statistics will increase drive wear and may not be > desirable in some devices with limited flash erase cycles, so add an > option to disable this. Statistics are enabled by default to avoid > changing the behaviour of existing configs. > Note that connman does not provide any runtime control over this > facility, it can only be disabled via the configure script. > Signed-off-by: John Keeping Committed to 2022.05.x and 2022.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot