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 X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE5BFC432BE for ; Wed, 25 Aug 2021 10:58:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D4A461184 for ; Wed, 25 Aug 2021 10:58:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240205AbhHYK6w (ORCPT ); Wed, 25 Aug 2021 06:58:52 -0400 Received: from mxout02.lancloud.ru ([45.84.86.82]:37006 "EHLO mxout02.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236560AbhHYK6v (ORCPT ); Wed, 25 Aug 2021 06:58:51 -0400 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout02.lancloud.ru 8A79C235BBFB Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: [PATCH net-next 00/13] Add Factorisation code to support Gigabit Ethernet driver To: , Biju Das CC: , , , , , , , , , , , References: <20210825070154.14336-1-biju.das.jz@bp.renesas.com> <162988740967.13655.14613353702366041003.git-patchwork-notify@kernel.org> From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: <02fc27c2-a816-d60d-6611-162f3b70444a@omp.ru> Date: Wed, 25 Aug 2021 13:57:55 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <162988740967.13655.14613353702366041003.git-patchwork-notify@kernel.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT02.lancloud.ru (fd00:f066::142) To LFEX1907.lancloud.ru (fd00:f066::207) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello! On 25.08.2021 13:30, patchwork-bot+netdevbpf@kernel.org wrote: > This series was applied to netdev/net-next.git (refs/heads/master): > > On Wed, 25 Aug 2021 08:01:41 +0100 you wrote: Now this is super fast -- I didn't even have the time to promise reviewing... :-/ >> The DMAC and EMAC blocks of Gigabit Ethernet IP found on RZ/G2L SoC are >> similar to the R-Car Ethernet AVB IP. >> >> The Gigabit Ethernet IP consists of Ethernet controller (E-MAC), Internal >> TCP/IP Offload Engine (TOE) and Dedicated Direct memory access controller >> (DMAC). >> >> [...] > > Here is the summary with links: > - [net-next,01/13] ravb: Remove the macros NUM_TX_DESC_GEN[23] > https://git.kernel.org/netdev/net-next/c/c81d894226b9 > - [net-next,02/13] ravb: Add multi_irq to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/6de19fa0e9f7 > - [net-next,03/13] ravb: Add no_ptp_cfg_active to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/8f27219a6191 > - [net-next,04/13] ravb: Add ptp_cfg_active to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/a69a3d094de3 > - [net-next,05/13] ravb: Factorise ravb_ring_free function > https://git.kernel.org/netdev/net-next/c/bf46b7578404 > - [net-next,06/13] ravb: Factorise ravb_ring_format function > https://git.kernel.org/netdev/net-next/c/1ae22c19e75c > - [net-next,07/13] ravb: Factorise ravb_ring_init function > https://git.kernel.org/netdev/net-next/c/7870a41848ab > - [net-next,08/13] ravb: Factorise ravb_rx function > https://git.kernel.org/netdev/net-next/c/d5d95c11365b > - [net-next,09/13] ravb: Factorise ravb_adjust_link function > https://git.kernel.org/netdev/net-next/c/cb21104f2c35 > - [net-next,10/13] ravb: Factorise ravb_set_features > https://git.kernel.org/netdev/net-next/c/80f35a0df086 > - [net-next,11/13] ravb: Factorise ravb_dmac_init function > https://git.kernel.org/netdev/net-next/c/eb4fd127448b > - [net-next,12/13] ravb: Factorise ravb_emac_init function > https://git.kernel.org/netdev/net-next/c/511d74d9d86c > - [net-next,13/13] ravb: Add reset support > https://git.kernel.org/netdev/net-next/c/0d13a1a464a0 Will have to do a post-merge review again. And I expect more issues here than in a previous patch set... > You are awesome, thank you! MBR, Sergey