Message ID | 20241211172649.761483-1-aleksander.lobakin@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | xdp: a fistful of generic changes pt. II | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 11 Dec 2024 18:26:37 +0100 you wrote: > XDP for idpf is currently 5.5 chapters: > * convert Rx to libeth; > * convert Tx and stats to libeth; > * generic XDP and XSk code changes; > * generic XDP and XSk code additions (you are here); > * actual XDP for idpf via new libeth_xdp; > * XSk for idpf (via ^). > > [...] Here is the summary with links: - [net-next,01/12] page_pool: allow mixing PPs within one bulk https://git.kernel.org/netdev/net-next/c/fcc680a647ba - [net-next,02/12] xdp: get rid of xdp_frame::mem.id (no matching commit) - [net-next,03/12] xdp: make __xdp_return() MP-agnostic https://git.kernel.org/netdev/net-next/c/207ff83cecae - [net-next,04/12] xdp: add generic xdp_buff_add_frag() (no matching commit) - [net-next,05/12] xdp: add generic xdp_build_skb_from_buff() (no matching commit) - [net-next,06/12] xsk: make xsk_buff_add_frag really add the frag via __xdp_buff_add_frag() (no matching commit) - [net-next,07/12] xsk: add generic XSk &xdp_buff -> skb conversion (no matching commit) - [net-next,08/12] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go (no matching commit) - [net-next,09/12] page_pool: add a couple of netmem counterparts (no matching commit) - [net-next,10/12] skbuff: allow 2-4-argument skb_frag_dma_map() https://git.kernel.org/netdev/net-next/c/0dffdb3b3366 - [net-next,11/12] jump_label: export static_key_slow_{inc,dec}_cpuslocked() (no matching commit) - [net-next,12/12] unroll: add generic loop unroll helpers (no matching commit) You are awesome, thank you!