Message ID | 20220225025902.40167-1-dmichail@fungible.com (mailing list archive) |
---|---|
Headers | show |
Series | new Fungible Ethernet driver | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 24 Feb 2022 18:58:54 -0800 you wrote: > This patch series contains a new network driver for the Ethernet > functionality of Fungible cards. > > It contains two modules. The first one in patch 2 is a library module > that implements some of the device setup, queue managenent, and support > for operating an admin queue. These are placed in a separate module > because the cards provide a number of PCI functions handled by different > types of drivers and all use the same common means to interact with the > device. Each of the drivers will be relying on this library module for > them. > > [...] Here is the summary with links: - [net-next,v8,1/8] PCI: Add Fungible Vendor ID to pci_ids.h https://git.kernel.org/netdev/net-next/c/e8eb9e32999d - [net-next,v8,2/8] net/fungible: Add service module for Fungible drivers https://git.kernel.org/netdev/net-next/c/e1ffcc66818f - [net-next,v8,3/8] net/funeth: probing and netdev ops https://git.kernel.org/netdev/net-next/c/ee6373ddf3a9 - [net-next,v8,4/8] net/funeth: ethtool operations https://git.kernel.org/netdev/net-next/c/21c5ea95da9e - [net-next,v8,5/8] net/funeth: devlink support https://git.kernel.org/netdev/net-next/c/d1d899f24428 - [net-next,v8,6/8] net/funeth: add the data path https://git.kernel.org/netdev/net-next/c/db37bc177dae - [net-next,v8,7/8] net/funeth: add kTLS TX control part https://git.kernel.org/netdev/net-next/c/a3662007a12e - [net-next,v8,8/8] net/fungible: Kconfig, Makefiles, and MAINTAINERS https://git.kernel.org/netdev/net-next/c/749efb1e6d73 You are awesome, thank you!