Message ID | 20241203173733.3181246-1-aleksander.lobakin@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | xdp: a fistful of generic changes pt. I | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 3 Dec 2024 18:37:23 +0100 you wrote: > XDP for idpf is currently 6 chapters: > * convert Rx to libeth; > * convert Tx and stats to libeth; > * generic XDP and XSk code changes (you are here); > * generic XDP and XSk code additions; > * actual XDP for idpf via new libeth_xdp; > * XSk for idpf (via ^). > > [...] Here is the summary with links: - [net-next,v6,01/10] xsk: align &xdp_buff_xsk harder https://git.kernel.org/netdev/net-next/c/ca5c94949fac - [net-next,v6,02/10] bpf, xdp: constify some bpf_prog * function arguments https://git.kernel.org/netdev/net-next/c/7cd1107f48e2 - [net-next,v6,03/10] xdp, xsk: constify read-only arguments of some static inline helpers https://git.kernel.org/netdev/net-next/c/dcf3827cde86 - [net-next,v6,04/10] xdp: allow attaching already registered memory model to xdp_rxq_info https://git.kernel.org/netdev/net-next/c/f65966fe0178 - [net-next,v6,05/10] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model() https://git.kernel.org/netdev/net-next/c/9e25dd9d65d2 - [net-next,v6,06/10] xdp: register system page pool as an XDP memory model https://git.kernel.org/netdev/net-next/c/e77d9aee9513 - [net-next,v6,07/10] netmem: add a couple of page helper wrappers https://git.kernel.org/netdev/net-next/c/9bd9f72a7434 - [net-next,v6,08/10] page_pool: make page_pool_put_page_bulk() handle array of netmems https://git.kernel.org/netdev/net-next/c/024bfd2e9d80 - [net-next,v6,09/10] page_pool: allow mixing PPs within one bulk (no matching commit) - [net-next,v6,10/10] xdp: get rid of xdp_frame::mem.id (no matching commit) You are awesome, thank you!