Message ID | 20231223134000.2906144-1-srasheed@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | add octeon_ep_vf driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Sat, 23 Dec 2023 05:39:52 -0800 you wrote: > This driver implements networking functionality of Marvell's Octeon > PCI Endpoint NIC VF. > > This driver support following devices: > * Network controller: Cavium, Inc. Device b203 > * Network controller: Cavium, Inc. Device b403 > * Network controller: Cavium, Inc. Device b103 > * Network controller: Cavium, Inc. Device b903 > * Network controller: Cavium, Inc. Device ba03 > * Network controller: Cavium, Inc. Device bc03 > * Network controller: Cavium, Inc. Device bd03 > > [...] Here is the summary with links: - [net-next,v2,1/8] octeon_ep_vf: Add driver framework and device initialization https://git.kernel.org/netdev/net-next/c/ebdc193b2ce2 - [net-next,v2,2/8] octeon_ep_vf: add hardware configuration APIs https://git.kernel.org/netdev/net-next/c/5f8c64c2344c - [net-next,v2,3/8] octeon_ep_vf: add VF-PF mailbox communication. https://git.kernel.org/netdev/net-next/c/db468f92c3b9 - [net-next,v2,4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup https://git.kernel.org/netdev/net-next/c/6ca7b5486ebd - [net-next,v2,5/8] octeon_ep_vf: add support for ndo ops https://git.kernel.org/netdev/net-next/c/8f8d322bc47c - [net-next,v2,6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support https://git.kernel.org/netdev/net-next/c/77cef1e02104 - [net-next,v2,7/8] octeon_ep_vf: add ethtool support https://git.kernel.org/netdev/net-next/c/50648968b3e3 - [net-next,v2,8/8] octeon_ep_vf: update MAINTAINERS https://git.kernel.org/netdev/net-next/c/c902ba322cfd You are awesome, thank you!
On Tue, 02 Jan 2024 14:30:29 +0000 patchwork-bot+netdevbpf@kernel.org wrote: > - [net-next,v2,1/8] octeon_ep_vf: Add driver framework and device initialization > https://git.kernel.org/netdev/net-next/c/ebdc193b2ce2 > - [net-next,v2,2/8] octeon_ep_vf: add hardware configuration APIs > https://git.kernel.org/netdev/net-next/c/5f8c64c2344c > - [net-next,v2,3/8] octeon_ep_vf: add VF-PF mailbox communication. > https://git.kernel.org/netdev/net-next/c/db468f92c3b9 > - [net-next,v2,4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup > https://git.kernel.org/netdev/net-next/c/6ca7b5486ebd > - [net-next,v2,5/8] octeon_ep_vf: add support for ndo ops > https://git.kernel.org/netdev/net-next/c/8f8d322bc47c > - [net-next,v2,6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support > https://git.kernel.org/netdev/net-next/c/77cef1e02104 > - [net-next,v2,7/8] octeon_ep_vf: add ethtool support > https://git.kernel.org/netdev/net-next/c/50648968b3e3 > - [net-next,v2,8/8] octeon_ep_vf: update MAINTAINERS > https://git.kernel.org/netdev/net-next/c/c902ba322cfd Reverted.