Message ID | 20241015123516.4035035-1-shaojijie@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support of HIBMCGE Ethernet Driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 15 Oct 2024 20:35:06 +0800 you wrote: > This patch set adds the support of Hisilicon BMC Gigabit Ethernet Driver. > > This patch set includes basic Rx/Tx functionality. It also includes > the registration and interrupt codes. > > This work provides the initial support to the HIBMCGE and > would incrementally add features or enhancements. > > [...] Here is the summary with links: - [V12,RESEND,net-next,01/10] net: hibmcge: Add pci table supported in this module https://git.kernel.org/netdev/net-next/c/a95ac4f92aa6 - [V12,RESEND,net-next,02/10] net: hibmcge: Add read/write registers supported through the bar space https://git.kernel.org/netdev/net-next/c/fc1992bad7da - [V12,RESEND,net-next,03/10] net: hibmcge: Add mdio and hardware configuration supported in this module https://git.kernel.org/netdev/net-next/c/a239b2b1dee2 - [V12,RESEND,net-next,04/10] net: hibmcge: Add interrupt supported in this module https://git.kernel.org/netdev/net-next/c/4d089035fa19 - [V12,RESEND,net-next,05/10] net: hibmcge: Implement some .ndo functions https://git.kernel.org/netdev/net-next/c/ff4edac6e9bd - [V12,RESEND,net-next,06/10] net: hibmcge: Implement .ndo_start_xmit function https://git.kernel.org/netdev/net-next/c/40735e7543f9 - [V12,RESEND,net-next,07/10] net: hibmcge: Implement rx_poll function to receive packets https://git.kernel.org/netdev/net-next/c/f72e25594061 - [V12,RESEND,net-next,08/10] net: hibmcge: Implement some ethtool_ops functions https://git.kernel.org/netdev/net-next/c/e8d13548bd08 - [V12,RESEND,net-next,09/10] net: hibmcge: Add a Makefile and update Kconfig for hibmcge https://git.kernel.org/netdev/net-next/c/81e176de6ad4 - [V12,RESEND,net-next,10/10] net: hibmcge: Add maintainer for hibmcge https://git.kernel.org/netdev/net-next/c/f9a002a13054 You are awesome, thank you!