Message ID | 20210818190800.20191-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Gigabit Ethernet driver support | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 18 Aug 2021 20:07:51 +0100 you wrote: > 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,v3,1/9] ravb: Use unsigned int for num_tx_desc variable in struct ravb_private https://git.kernel.org/netdev/net-next/c/cb537b241725 - [net-next,v3,2/9] ravb: Add struct ravb_hw_info to driver data https://git.kernel.org/netdev/net-next/c/ebb091461a9e - [net-next,v3,3/9] ravb: Add aligned_tx to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/68ca3c923213 - [net-next,v3,4/9] ravb: Add max_rx_len to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/cb01c672c2a7 - [net-next,v3,5/9] ravb: Add stats_len to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/25154301fc2b - [net-next,v3,6/9] ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/896a818e0e1d - [net-next,v3,7/9] ravb: Add net_features and net_hw_features to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/8912ed25daf6 - [net-next,v3,8/9] ravb: Add internal delay hw feature to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/8bc4caa0abaf - [net-next,v3,9/9] ravb: Add tx_counters to struct ravb_hw_info https://git.kernel.org/netdev/net-next/c/0b81d6731167 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
On 8/19/21 2:10 PM, patchwork-bot+netdevbpf@kernel.org wrote: [...] > This series was applied to netdev/net-next.git (refs/heads/master): > > On Wed, 18 Aug 2021 20:07:51 +0100 you wrote: >> 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,v3,1/9] ravb: Use unsigned int for num_tx_desc variable in struct ravb_private > https://git.kernel.org/netdev/net-next/c/cb537b241725 > - [net-next,v3,2/9] ravb: Add struct ravb_hw_info to driver data > https://git.kernel.org/netdev/net-next/c/ebb091461a9e > - [net-next,v3,3/9] ravb: Add aligned_tx to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/68ca3c923213 > - [net-next,v3,4/9] ravb: Add max_rx_len to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/cb01c672c2a7 > - [net-next,v3,5/9] ravb: Add stats_len to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/25154301fc2b > - [net-next,v3,6/9] ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/896a818e0e1d > - [net-next,v3,7/9] ravb: Add net_features and net_hw_features to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/8912ed25daf6 > - [net-next,v3,8/9] ravb: Add internal delay hw feature to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/8bc4caa0abaf > - [net-next,v3,9/9] ravb: Add tx_counters to struct ravb_hw_info > https://git.kernel.org/netdev/net-next/c/0b81d6731167 > > You are awesome, thank you! Are we in such a haste? I was just going to review these patches today... MBR, Sergey
> Are we in such a haste? I was just going to review these patches > today... I guess the thinking is, fixup patches can always be applied after the fact. But i agree, i really liked the 3 day wait time for patches to be merged, it gave a reasonable amount of time for reviews, without slowing down development work. The current 1 day or less does seem counter productive, i expect there are less reviews happening as a result, lower quality code, more bugs... Andrew