Message ID | 20230203091135.3294377-1-jiawenwu@trustnetic.com (mailing list archive) |
---|---|
Headers | show |
Series | Wangxun interrupt and RxTx support | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 3 Feb 2023 17:11:25 +0800 you wrote: > Configure interrupt, setup RxTx ring, support to receive and transmit > packets. > > change log: > v3: > - Use upper_32_bits() to avoid compile warning. > - Remove useless codes. > v2: > - Andrew Lunn: https://lore.kernel.org/netdev/Y86kDphvyHj21IxK@lunn.ch/ > - Add a judgment when allocate dma for descriptor. > > [...] Here is the summary with links: - [net-next,v3,01/10] net: libwx: Add irq flow functions https://git.kernel.org/netdev/net-next/c/3f703186113f - [net-next,v3,02/10] net: ngbe: Add irqs request flow https://git.kernel.org/netdev/net-next/c/e7956139a6cf - [net-next,v3,03/10] net: txgbe: Add interrupt support https://git.kernel.org/netdev/net-next/c/5d3ac705c281 - [net-next,v3,04/10] net: libwx: Configure Rx and Tx unit on hardware https://git.kernel.org/netdev/net-next/c/18b5b8a9f178 - [net-next,v3,05/10] net: libwx: Allocate Rx and Tx resources https://git.kernel.org/netdev/net-next/c/850b971110b2 - [net-next,v3,06/10] net: txgbe: Setup Rx and Tx ring https://git.kernel.org/netdev/net-next/c/0ef7e1597a17 - [net-next,v3,07/10] net: libwx: Support to receive packets in NAPI https://git.kernel.org/netdev/net-next/c/3c47e8ae113a - [net-next,v3,08/10] net: libwx: Add tx path to process packets https://git.kernel.org/netdev/net-next/c/09a508800952 - [net-next,v3,09/10] net: txgbe: Support Rx and Tx process path https://git.kernel.org/netdev/net-next/c/0d22be525a61 - [net-next,v3,10/10] net: ngbe: Support Rx and Tx process path https://git.kernel.org/netdev/net-next/c/b97f955ec47b You are awesome, thank you!