[PATCH] arm64: defconfig: Enable XDP socket support for high-performance networking

Meghana Malladi m-malladi at ti.com
Mon Apr 28 05:10:25 PDT 2025


From: MD Danish Anwar <danishanwar at ti.com>

Enable CONFIG_XDP_SOCKETS to allow for eXpress Data Path (XDP) socket
support specifically on TI SoC platforms such as the AM64x and AM65x.
This enables the use of XDP sockets for high-performance, low-latency
networking applications, allowing for efficient processing of network
packets and improved overall system performance.

Signed-off-by: MD Danish Anwar <danishanwar at ti.com>
Signed-off-by: Meghana Malladi <m-malladi at ti.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9e16b494ab0e..5c3abd51074d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -130,6 +130,7 @@ CONFIG_MEMORY_FAILURE=y
 CONFIG_TRANSPARENT_HUGEPAGE=y
 CONFIG_NET=y
 CONFIG_PACKET=y
+CONFIG_XDP_SOCKETS=y
 CONFIG_UNIX=y
 CONFIG_INET=y
 CONFIG_IP_MULTICAST=y

base-commit: 2c9c612abeb38aab0e87d48496de6fd6daafb00b
-- 
2.43.0




More information about the linux-arm-kernel mailing list