From: Jakub Kicinski Date: Fri, 13 Dec 2024 02:23:08 +0000 (-0800) Subject: Merge branch 'xdp-a-fistful-of-generic-changes-pt-ii' X-Git-Tag: v6.14-rc1~162^2~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=363177375e04ef2f0324bbaa1554e9e98eff2e67;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'xdp-a-fistful-of-generic-changes-pt-ii' Alexander Lobakin says: ==================== xdp: a fistful of generic changes pt. II (part) 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 ^). Part III.2.1 does the following: * allows mixing pages from several Page Pools within one XDP frame; * optimizes &xdp_frame structure and removes no-more-used field; Everything is prereq for libeth_xdp, but will be useful standalone as well: faster xdp_return_frame_bulk() and xdp_frame fields access. ==================== Link: https://patch.msgid.link/20241211172649.761483-1-aleksander.lobakin@intel.com Signed-off-by: Jakub Kicinski --- 363177375e04ef2f0324bbaa1554e9e98eff2e67