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 CA21FC433FE for ; Mon, 28 Nov 2022 13:52:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232178AbiK1NwZ (ORCPT ); Mon, 28 Nov 2022 08:52:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231651AbiK1NwQ (ORCPT ); Mon, 28 Nov 2022 08:52:16 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 742A41FA; Mon, 28 Nov 2022 05:52:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=SjoNT10Qv8JOdsg/OOKFDpuB8vaH46PjVcMypqrbfy8=; b=Qj MU3r4UKiyzXncJUhj2hUcnfuhC9E1vspiClJMPHECS4esLR1/iW10qhHSTmWJBNqvVpqPm00VnwGo K2YZG16j1GG9TFOnsW26zHDLzUrHoKevkS1i0TRMfw1//rJ3GGSE+gHEz+cNjbaiSqRI2YS0GFz8k DJ1xrjqF2qi6Rk0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ozeXz-003erh-Jf; Mon, 28 Nov 2022 14:51:47 +0100 Date: Mon, 28 Nov 2022 14:51:47 +0100 From: Andrew Lunn To: Oleksij Rempel Cc: Woojung Huh , UNGLinuxDriver@microchip.com, Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Arun.Ramadoss@microchip.com Subject: Re: [PATCH v1 00/26] net: dsa: microchip: stats64, fdb, error Message-ID: References: <20221128115958.4049431-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221128115958.4049431-1-o.rempel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2022 at 12:59:32PM +0100, Oleksij Rempel wrote: > This patch series is a result of maintaining work on ksz8 part of > microchip driver. It includes stats64 and fdb support. Error handling. > Loopback fix and so on... > > Oleksij Rempel (26): The netdev FAQ says: * don’t post large series (> 15 patches), break them up This seems like something which could easily be broken up. Andrew