Message ID | 20221027061116.683903-1-jiawenwu@trustnetic.com (mailing list archive) |
---|---|
Headers | show |
Series | net: WangXun txgbe ethernet driver | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 27 Oct 2022 14:11:13 +0800 you wrote: > This patch series adds support for WangXun 10 gigabit NIC, to initialize > hardware, set mac address, and register netdev. > > Change log: > v6: address comments: > Jakub Kicinski: check with scripts/kernel-doc > v5: address comments: > Jakub Kicinski: clean build with W=1 C=1 > v4: address comments: > Andrew Lunn: https://lore.kernel.org/all/YzXROBtztWopeeaA@lunn.ch/ > v3: address comments: > Andrew Lunn: remove hw function ops, reorder functions, use BIT(n) > for register bit offset, move the same code of txgbe > and ngbe to libwx > v2: address comments: > Andrew Lunn: https://lore.kernel.org/netdev/YvRhld5rD%2FxgITEg@lunn.ch/ > > [...] Here is the summary with links: - [net-next,v6,1/3] net: txgbe: Store PCI info https://git.kernel.org/netdev/net-next/c/a34b3e6ed8fb - [net-next,v6,2/3] net: txgbe: Reset hardware https://git.kernel.org/netdev/net-next/c/b08012568ebb - [net-next,v6,3/3] net: txgbe: Set MAC address and register netdev https://git.kernel.org/netdev/net-next/c/d21d2c7f586c You are awesome, thank you!