patch 'examples/flow_filtering: fix make clean' has been queued to stable release 23.11.5

Xueming Li xuemingl at nvidia.com
Wed Jul 30 09:10:41 CEST 2025


Hi,

FYI, your patch has been queued to stable release 23.11.5

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/10/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://git.dpdk.org/dpdk-stable/log/?h=23.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=c2e00fc4e9696ecb2d7c55a6bea76e435b09d6dd

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From c2e00fc4e9696ecb2d7c55a6bea76e435b09d6dd Mon Sep 17 00:00:00 2001
From: Tanzeel Ahmed <tanzeelahmed713 at gmail.com>
Date: Sat, 29 Mar 2025 12:53:33 -0700
Subject: [PATCH] examples/flow_filtering: fix make clean
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit ab79c1ba245646055cac3a3c6ec3544b217c6751 ]

make clean is unable to delete build directory
because *.o files are not removed.

Fixes: 16158f349000 ("examples/flow_filtering: introduce use cases snippets")

Signed-off-by: Tanzeel Ahmed <tanzeelahmed713 at gmail.com>
---
 .mailmap                         | 1 +
 examples/flow_filtering/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index ba338549f2..889fd604fe 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1439,6 +1439,7 @@ Takeshi Yoshimura <tyos at jp.ibm.com> <t.yoshimura8869 at gmail.com>
 Takuya Asada <syuu at cloudius-systems.com>
 Tal Avraham <talavr at annapurnalabs.com>
 Tal Shnaiderman <talshn at nvidia.com> <talshn at mellanox.com>
+Tanzeel Ahmed <tanzeelahmed713 at gmail.com>
 Tao Y Yang <tao.y.yang at intel.com>
 Tao Zhu <taox.zhu at intel.com>
 Taripin Samuel <samuel.taripin at intel.com>
diff --git a/examples/flow_filtering/Makefile b/examples/flow_filtering/Makefile
index 411297597e..7d62a4e973 100644
--- a/examples/flow_filtering/Makefile
+++ b/examples/flow_filtering/Makefile
@@ -45,5 +45,5 @@ build:
 
 .PHONY: clean
 clean:
-	rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared
+	rm -f build/$(APP) build/$(APP)-static build/$(APP)-shared build/*.o
 	test -d build && rmdir -p build || true
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-07-30 15:02:13.648282680 +0800
+++ 0030-examples-flow_filtering-fix-make-clean.patch	2025-07-30 15:02:12.842041523 +0800
@@ -1 +1 @@
-From ab79c1ba245646055cac3a3c6ec3544b217c6751 Mon Sep 17 00:00:00 2001
+From c2e00fc4e9696ecb2d7c55a6bea76e435b09d6dd Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit ab79c1ba245646055cac3a3c6ec3544b217c6751 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
@@ -19 +21 @@
-index 50ea382f73..eba7383c7d 100644
+index ba338549f2..889fd604fe 100644
@@ -22 +24,2 @@
-@@ -1539,6 +1539,7 @@ Takuya Asada <syuu at cloudius-systems.com>
+@@ -1439,6 +1439,7 @@ Takeshi Yoshimura <tyos at jp.ibm.com> <t.yoshimura8869 at gmail.com>
+ Takuya Asada <syuu at cloudius-systems.com>
@@ -25 +27,0 @@
- Tamar Mashiah <tmashiah at nvidia.com>
@@ -31 +33 @@
-index 13bbafd9e8..f1e10b14dd 100644
+index 411297597e..7d62a4e973 100644
@@ -34 +36 @@
-@@ -42,5 +42,5 @@ build:
+@@ -45,5 +45,5 @@ build:


More information about the stable mailing list