From: David S. Miller Date: Mon, 15 Apr 2024 12:18:18 +0000 (+0100) Subject: Merge branch 'cpsw-xdp' X-Git-Tag: v6.10-rc1~153^2~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444cde13826bb4d3f9fdf829bf5e2f7bb03d9c32;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'cpsw-xdp' Julien Panis says: ==================== Add minimal XDP support to TI AM65 CPSW Ethernet driver This patch adds XDP support to TI AM65 CPSW Ethernet driver. The following features are implemented: NETDEV_XDP_ACT_BASIC, NETDEV_XDP_ACT_REDIRECT, and NETDEV_XDP_ACT_NDO_XMIT. Zero-copy and non-linear XDP buffer supports are NOT implemented. Besides, the page pool memory model is used to get better performance. ==================== Signed-off-by: Julien Panis --- 444cde13826bb4d3f9fdf829bf5e2f7bb03d9c32