patch 'examples/flow_classify: fix failure message' has been queued to stable release 21.11.1

Kevin Traynor ktraynor at redhat.com
Tue Mar 8 15:15:00 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/14/22. 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://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/a6fd71054fe1c5a5785a29a44e84d612b777ede8

Thanks.

Kevin

---
>From a6fd71054fe1c5a5785a29a44e84d612b777ede8 Mon Sep 17 00:00:00 2001
From: Chuanshe Zhang <zhangchuanshe at icloudshield.com>
Date: Tue, 18 Jan 2022 10:49:34 +0800
Subject: [PATCH] examples/flow_classify: fix failure message

[ upstream commit 8d0b407d141a8e041e2e807104b7e2b98e11f8c5 ]

Fixes: bab16ddaf2c1 ("examples/flow_classify: add sample application")

Signed-off-by: Chuanshe Zhang <zhangchuanshe at icloudshield.com>
---
 examples/flow_classify/flow_classify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/flow_classify/flow_classify.c b/examples/flow_classify/flow_classify.c
index 6185b34060..97708b7084 100644
--- a/examples/flow_classify/flow_classify.c
+++ b/examples/flow_classify/flow_classify.c
@@ -431,5 +431,5 @@ parse_ipv4_5tuple_rule(char *str, struct rte_eth_ntuple_filter *ntuple_filter)
 			&ntuple_filter->dst_ip_mask);
 	if (ret != 0) {
-		flow_classify_log("failed to read source address/mask: %s\n",
+		flow_classify_log("failed to read destination address/mask: %s\n",
 			in[CB_FLD_DST_ADDR]);
 		return ret;
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-03-08 13:55:29.465298403 +0000
+++ 0045-examples-flow_classify-fix-failure-message.patch	2022-03-08 13:55:28.515315216 +0000
@@ -1 +1 @@
-From 8d0b407d141a8e041e2e807104b7e2b98e11f8c5 Mon Sep 17 00:00:00 2001
+From a6fd71054fe1c5a5785a29a44e84d612b777ede8 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8d0b407d141a8e041e2e807104b7e2b98e11f8c5 ]
+
@@ -7 +8,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list