Message ID | 20220413033503.3962-1-vburru@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | Add octeon_ep driver | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 12 Apr 2022 20:34:56 -0700 you wrote: > This driver implements networking functionality of Marvell's Octeon > PCI Endpoint NIC. > > This driver support following devices: > * Network controller: Cavium, Inc. Device b200 > > V4 -> V5: > - Fix warnings reported by clang. > - Address comments from community reviews. > > [...] Here is the summary with links: - [net-next,v5,1/7] octeon_ep: Add driver framework and device initialization https://git.kernel.org/netdev/net-next/c/862cd659a6fb - [net-next,v5,2/7] octeon_ep: add hardware configuration APIs https://git.kernel.org/netdev/net-next/c/1f2c2d0cee02 - [net-next,v5,3/7] octeon_ep: Add mailbox for control commands https://git.kernel.org/netdev/net-next/c/4ca2fbdd0bb6 - [net-next,v5,4/7] octeon_ep: add Tx/Rx ring resource setup and cleanup https://git.kernel.org/netdev/net-next/c/397dfb57dcc2 - [net-next,v5,5/7] octeon_ep: add support for ndo ops https://git.kernel.org/netdev/net-next/c/6a610a46bad1 - [net-next,v5,6/7] octeon_ep: add Tx/Rx processing and interrupt support https://git.kernel.org/netdev/net-next/c/37d79d059606 - [net-next,v5,7/7] octeon_ep: add ethtool support for Octeon PCI Endpoint NIC https://git.kernel.org/netdev/net-next/c/5cc256e79bff You are awesome, thank you!