Message ID | 20220321104209.273535-1-simon.horman@corigine.com (mailing list archive) |
---|---|
Headers | show |
Series | nfp: support for NFP-3800 | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Mon, 21 Mar 2022 11:41:59 +0100 you wrote: > Hi, > > Yinjun Zhan says: > > This is the second of a two part series to support the NFP-3800 device. > > To utilize the new hardware features of the NFP-3800, driver adds support > of a new data path NFDK. This series mainly does some refactor work to the > data path related implementations. The data path specific implementations > are now separated into nfd3 and nfdk directories respectively, and the > common part is also moved into a new file. > > [...] Here is the summary with links: - [net-next,v2,01/10] nfp: calculate ring masks without conditionals https://git.kernel.org/netdev/net-next/c/fc9769f62e59 - [net-next,v2,02/10] nfp: move the fast path code to separate files https://git.kernel.org/netdev/net-next/c/62d033309d62 - [net-next,v2,03/10] nfp: use callbacks for slow path ring related functions https://git.kernel.org/netdev/net-next/c/6fd86efa630e - [net-next,v2,04/10] nfp: prepare for multi-part descriptors https://git.kernel.org/netdev/net-next/c/d6488c49c253 - [net-next,v2,05/10] nfp: move tx_ring->qcidx into cold data https://git.kernel.org/netdev/net-next/c/07cd69c96bff - [net-next,v2,06/10] nfp: use TX ring pointer write back https://git.kernel.org/netdev/net-next/c/0dcf7f500b0a - [net-next,v2,07/10] nfp: add per-data path feature mask https://git.kernel.org/netdev/net-next/c/b94b6a1342cc - [net-next,v2,08/10] nfp: choose data path based on version https://git.kernel.org/netdev/net-next/c/d9e3c29918a8 - [net-next,v2,09/10] nfp: add support for NFDK data path https://git.kernel.org/netdev/net-next/c/c10d12e3dce8 - [net-next,v2,10/10] nfp: nfdk: implement xdp tx path for NFDK https://git.kernel.org/netdev/net-next/c/d9d950490a0a You are awesome, thank you!