Message ID | 20240710203031.188081-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | idpf: XDP chapter I: convert Rx to libeth | expand |
Hello: This series was applied to netdev/net-next.git (main) by Tony Nguyen <anthony.l.nguyen@intel.com>: On Wed, 10 Jul 2024 13:30:16 -0700 you wrote: > Alexander Lobakin says: > > XDP for idpf is currently 5 chapters: > * convert Rx to libeth (this); > * convert Tx and stats to libeth; > * generic XDP and XSk code changes, libeth_xdp; > * actual XDP for idpf via libeth_xdp; > * XSk for idpf (^). > > [...] Here is the summary with links: - [net-next,01/14] cache: add __cacheline_group_{begin, end}_aligned() (+ couple more) https://git.kernel.org/netdev/net-next/c/2cb13dec8c5e - [net-next,02/14] page_pool: use __cacheline_group_{begin, end}_aligned() https://git.kernel.org/netdev/net-next/c/39daa09d34ad - [net-next,03/14] libeth: add cacheline / struct layout assertion helpers https://git.kernel.org/netdev/net-next/c/62c884256ea1 - [net-next,04/14] idpf: stop using macros for accessing queue descriptors https://git.kernel.org/netdev/net-next/c/66c27e3b19d5 - [net-next,05/14] idpf: split &idpf_queue into 4 strictly-typed queue structures https://git.kernel.org/netdev/net-next/c/e4891e4687c8 - [net-next,06/14] idpf: avoid bloating &idpf_q_vector with big %NR_CPUS https://git.kernel.org/netdev/net-next/c/bf9bf7042a38 - [net-next,07/14] idpf: strictly assert cachelines of queue and queue vector structures https://git.kernel.org/netdev/net-next/c/5a816aae2d46 - [net-next,08/14] idpf: merge singleq and splitq &net_device_ops https://git.kernel.org/netdev/net-next/c/14f662b43bf8 - [net-next,09/14] idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQ https://git.kernel.org/netdev/net-next/c/f771314d6b75 - [net-next,10/14] idpf: reuse libeth's definitions of parsed ptype structures https://git.kernel.org/netdev/net-next/c/1b1b26208515 - [net-next,11/14] idpf: remove legacy Page Pool Ethtool stats https://git.kernel.org/netdev/net-next/c/4309363f1959 - [net-next,12/14] libeth: support different types of buffers for Rx https://git.kernel.org/netdev/net-next/c/5aaac1aece4e - [net-next,13/14] idpf: convert header split mode to libeth + napi_build_skb() https://git.kernel.org/netdev/net-next/c/90912f9f4f2d - [net-next,14/14] idpf: use libeth Rx buffer management for payload buffer https://git.kernel.org/netdev/net-next/c/74d1412ac8f3 You are awesome, thank you!