[dpdk-stable] patch 'test/mbuf: fix a dynamic flag log' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 13:57:42 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/20. 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.

Thanks.

Luca Boccassi

---
>From 031482ddd203b0080e59a253cfccc01e58d530a3 Mon Sep 17 00:00:00 2001
From: Xiaolong Ye <xiaolong.ye at intel.com>
Date: Tue, 9 Jun 2020 16:24:29 +0800
Subject: [PATCH] test/mbuf: fix a dynamic flag log

[ upstream commit 72ea8d4050c12cf04bb4ac6ac16c3c084b811426 ]

Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags")

Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
---
 app/test/test_mbuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c
index f2922e05e..bf04025a8 100644
--- a/app/test/test_mbuf.c
+++ b/app/test/test_mbuf.c
@@ -2519,7 +2519,7 @@ test_mbuf_dyn(struct rte_mempool *pktmbuf_pool)
 	flag3 = rte_mbuf_dynflag_register_bitnum(&dynflag3,
 						rte_bsf64(PKT_LAST_FREE));
 	if (flag3 != rte_bsf64(PKT_LAST_FREE))
-		GOTO_FAIL("failed to register dynamic flag 3, flag2=%d: %s",
+		GOTO_FAIL("failed to register dynamic flag 3, flag3=%d: %s",
 			flag3, strerror(errno));
 
 	printf("dynflag: flag=%d, flag2=%d, flag3=%d\n", flag, flag2, flag3);
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:49.549571647 +0100
+++ 0024-test-mbuf-fix-a-dynamic-flag-log.patch	2020-07-24 12:53:48.211005044 +0100
@@ -1,10 +1,11 @@
-From 72ea8d4050c12cf04bb4ac6ac16c3c084b811426 Mon Sep 17 00:00:00 2001
+From 031482ddd203b0080e59a253cfccc01e58d530a3 Mon Sep 17 00:00:00 2001
 From: Xiaolong Ye <xiaolong.ye at intel.com>
 Date: Tue, 9 Jun 2020 16:24:29 +0800
 Subject: [PATCH] test/mbuf: fix a dynamic flag log
 
+[ upstream commit 72ea8d4050c12cf04bb4ac6ac16c3c084b811426 ]
+
 Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags")
-Cc: stable at dpdk.org
 
 Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
 ---
@@ -12,10 +13,10 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c
-index 71bdab691..06e44f0a7 100644
+index f2922e05e..bf04025a8 100644
 --- a/app/test/test_mbuf.c
 +++ b/app/test/test_mbuf.c
-@@ -2647,7 +2647,7 @@ test_mbuf_dyn(struct rte_mempool *pktmbuf_pool)
+@@ -2519,7 +2519,7 @@ test_mbuf_dyn(struct rte_mempool *pktmbuf_pool)
  	flag3 = rte_mbuf_dynflag_register_bitnum(&dynflag3,
  						rte_bsf64(PKT_LAST_FREE));
  	if (flag3 != rte_bsf64(PKT_LAST_FREE))


More information about the stable mailing list