lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250428121025.246119-1-m-malladi@ti.com>
Date: Mon, 28 Apr 2025 17:40:25 +0530
From: Meghana Malladi <m-malladi@...com>
To: <nm@...com>, <vigneshr@...com>
CC: <prabhakar.mahadev-lad.rj@...renesas.com>, <quic_tdas@...cinc.com>,
        <nfraprado@...labora.com>, <arnd@...db.de>, <lumag@...nel.org>,
        <geert+renesas@...der.be>, <krzysztof.kozlowski@...aro.org>,
        <bjorn.andersson@....qualcomm.com>, <will@...nel.org>,
        <catalin.marinas@....com>, <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>, <srk@...com>,
        Roger Quadros
	<rogerq@...nel.org>, <danishanwar@...com>,
        <m-malladi@...com>
Subject: [PATCH] arm64: defconfig: Enable XDP socket support for high-performance networking

From: MD Danish Anwar <danishanwar@...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@...com>
Signed-off-by: Meghana Malladi <m-malladi@...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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ