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 1B353C05027 for ; Wed, 8 Feb 2023 05:26:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229724AbjBHF0c (ORCPT ); Wed, 8 Feb 2023 00:26:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjBHF0a (ORCPT ); Wed, 8 Feb 2023 00:26:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65A6635AE; Tue, 7 Feb 2023 21:26:29 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0BEE8B81C0D; Wed, 8 Feb 2023 05:25:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0454AC433EF; Wed, 8 Feb 2023 05:25:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675833956; bh=dVPtYgDR8H752PdO0OfEoeUEtay31tVR8DSjLTPBMZE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CJNPlivDL0az7Jq96Hkv/RLiazKmkb9GdnFLKN7UzCBeB8I+WU+XusTI4cLDWPLjj CB1p+wRPEBTqqh3HjyIe5aqo7WuDR9oSn4JVs2enFChzhjLUyXKbhxr4jCcLaIy5+E P1IsjgIi8CWpMaDH3MxsApj+5GDCkyVzdwlQaxhatRkHJX3irh3aOuF9Pu6L3X/zj0 Kl8Lmlj2swiZAQ4B/ArnO95ZxcJUZ/FGI2yaEwWbQCm0DkyE23Kp8dzqoeQnPfxt7j BxmBAJcoaM/y+uN+fBulquXZ20SltnMYPOmH6EFb5N1j0mTIQipNwxbKYvjUobiVUm zpCFHbxkHhNPw== Date: Tue, 7 Feb 2023 21:25:55 -0800 From: Jakub Kicinski To: Oleksij Rempel Cc: Woojung Huh , UNGLinuxDriver@microchip.com, Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , Wei Fang , Heiner Kallweit , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Arun.Ramadoss@microchip.com, intel-wired-lan@lists.osuosl.org Subject: Re: [PATCH net-next v5 00/23] net: add EEE support for KSZ9477 and AR8035 with i.MX6 Message-ID: <20230207212555.79ffbc26@kernel.org> In-Reply-To: <20230206135050.3237952-1-o.rempel@pengutronix.de> References: <20230206135050.3237952-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Feb 2023 14:50:27 +0100 Oleksij Rempel wrote: > With this patch series we provide EEE control for KSZ9477 family of switches and > AR8035 with i.MX6 configuration. > According to my tests, on a system with KSZ8563 switch and 100Mbit idle link, > we consume 0,192W less power per port if EEE is enabled. Can we carve this series up a little bit to avoid large reposts? Perhaps you can hold off on reposting the cleanup patches starting at patch 17 - repost those separately after the first 16 go in?