Re: [PATCH net-next v9 0/5] Add driver for 1Gbe network chips from MUCSE
From: Yibo Dong <dong100@mucse.com>
Date: 2025-08-28 05:37:22
Also in:
linux-doc, linux-hardening, lkml
On Thu, Aug 28, 2025 at 10:52:21AM +0530, MD Danish Anwar wrote:
Hi Dong Yibo, On 28/08/25 8:25 am, Dong Yibo wrote:quoted
Hi maintainers, This patch series is v9 to introduce support for MUCSE N500/N210 1Gbps Ethernet controllers. I divide codes into multiple series, this is the first one which only register netdev without true tx/rx functions. Changelog: v8 -> v9: 1. update function description format '@return' to 'Return' 2. update 'negative on failure' to 'negative errno on failure' links: v8: https://lore.kernel.org/netdev/20250827034509.501980-1-dong100@mucse.com/ (local) v7: https://lore.kernel.org/netdev/20250822023453.1910972-1-dong100@mucse.com (local) v6: https://lore.kernel.org/netdev/20250820092154.1643120-1-dong100@mucse.com/ (local) v5: https://lore.kernel.org/netdev/20250818112856.1446278-1-dong100@mucse.com/ (local) v4: https://lore.kernel.org/netdev/20250814073855.1060601-1-dong100@mucse.com/ (local) v3: https://lore.kernel.org/netdev/20250812093937.882045-1-dong100@mucse.com/ (local) v2: https://lore.kernel.org/netdev/20250721113238.18615-1-dong100@mucse.com/ (local) v1: https://lore.kernel.org/netdev/20250703014859.210110-1-dong100@mucse.com/ (local)Please wait for at least 24 hours before posting a new version. You posted v8 yesterday and most folks won't have noticed v8 by now or they maybe looking to give comments on v8. But before they could do that you posted v9. Keep good amount of gaps between the series so that more folks can look at it. 24 hours is the minimum. -- Thanks and Regards, Danish
Got it, I found the v8 pathes state in websit: https://patchwork.kernel.org/project/netdevbpf/list/ It is 'Changes Requested'. I mistakenly thought that a new version needed to be sent. I will wait more time in the next time. Thanks for you feedback.