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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 2016AC00140 for ; Thu, 18 Aug 2022 18:21:39 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4M7tWQ2VnPz3chT for ; Fri, 19 Aug 2022 04:21:38 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=K8C4Agko; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=kuba@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=K8C4Agko; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4M7tVh52FGz3bZs for ; Fri, 19 Aug 2022 04:21:00 +1000 (AEST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 2107661750; Thu, 18 Aug 2022 18:20:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 606ABC433C1; Thu, 18 Aug 2022 18:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660846855; bh=1kMkNkUHY/JY7PcVcwI9S6QtIB1nJgM373f3ZZep8lc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=K8C4AgkofOFMA1fsWl3SxL2XRA53UBBQwQVZD205NCvL44pfFjDYGsldA7vYWy4gm 67Lm8kYDnP+F2zNYylvpdshQDLBx3H8gX4XuziAPrldQnOAad3EcjgsNj/j2UJhaLb nM0KbRhPT00dL9uzSLVpUj6xQxyYHWrXdzPbWV+v5veyc2deHeV+PrtkwIinib5TvN OGALZIEHa9b+dzk+4fvpuqACaRY9IqLfYhf6XnnFsEKMLKJhDZDSDxmeZX4v3aS1x9 uy2v0GCUL0g+CQV0aA8gTV4g7DqEu6V+8QFxRfOHB0rKfJn/5zaL82DCbM3fkC2KtF w47fbkJOKRoUA== Date: Thu, 18 Aug 2022 11:20:54 -0700 From: Jakub Kicinski To: Sean Anderson Subject: Re: [RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion Message-ID: <20220818112054.29cd77fb@kernel.org> In-Reply-To: <20220818161649.2058728-1-sean.anderson@seco.com> References: <20220818161649.2058728-1-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Madalin Bucur , netdev@vger.kernel.org, open list , Li Yang , Eric Dumazet , Rob Herring , Camelia Groza , Krzysztof Kozlowski , Paolo Abeni , linuxppc-dev@lists.ozlabs.org, "David S . Miller" , linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, 18 Aug 2022 12:16:24 -0400 Sean Anderson wrote: > This series contains several cleanup patches for dpaa/fman. While they > are intended to prepare for a phylink conversion, they stand on their > own. This series was originally submitted as part of [1]. Still over the limit of patches in a patch series, and looks pretty easy to chunk up. We review and apply patches in netdev in 1-3 days, it really is more efficient to post smaller series. And with the other series you sent to the list we have nearly 50 patches from you queued for review. I don't think this is reasonable, people reviewing this code are all volunteers trying to get their work done as well :(