aboutsummaryrefslogtreecommitdiffstats
path: root/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2025-01-17 18:30:01 +0100
committerDave Wallace <dwallacelf@gmail.com>2025-01-17 18:57:34 +0000
commitd9f3fbefcf5135da12e1a6f1bb164405770f4faf (patch)
tree2d6704348ce5e3c0d815445714c7ea4a2b126d43 /build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
parent102575492c9199259aa5e468f21b46936d7a1ac4 (diff)
af_xdp: revert "af_xdp: fix af_xdp compile waring for clang compiler"
This reverts commit 38097970c038de6c3c67cb8e1c7209f1df1f24d0. Type: fix Change-Id: I2401eff6d1558f0f95b8b0c88b6b5d174acbb0ef Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch')
-rw-r--r--build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch b/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
deleted file mode 100644
index f7bfd1af454..00000000000
--- a/build/external/patches/xdp-tools_1.2.9/0005-xdp-dump-disable-xdp-dump.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 8ea104c5c772c176756ce5432d1d71f90c92b3c0 Mon Sep 17 00:00:00 2001
-From: fenglei <1579628578@qq.com>
-Date: Fri, 17 Jan 2025 16:59:02 +0800
-Subject: [PATCH] xdp-dump: disable xdp-dump
-
-Signed-off-by: fenglei <1579628578@qq.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 6a7f575..b445037 100644
---- a/Makefile
-+++ b/Makefile
-@@ -16,7 +16,7 @@ endif
- include version.mk
- include config.mk
-
--UTILS := xdp-filter xdp-loader xdp-dump
-+UTILS := xdp-filter xdp-loader
-
- ifneq ($(BPFTOOL),)
- UTILS += xdp-bench xdp-forward xdp-monitor xdp-trafficgen
---
-2.43.0
-