* [dpdk-dev] [PATCH] test/mbuf: fix one typo in dyn test
@ 2020-06-09 8:24 Xiaolong Ye
2020-06-11 7:52 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Xiaolong Ye @ 2020-06-09 8:24 UTC (permalink / raw)
To: Olivier Matz, Konstantin Ananyev, Thomas Monjalon
Cc: dev, Xiaolong Ye, stable
Fixes: 4958ca3a443a ("mbuf: support dynamic fields and flags")
Cc: stable@dpdk.org
Signed-off-by: Xiaolong Ye <xiaolong.ye@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 71bdab691..06e44f0a7 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)
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.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-11 7:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 8:24 [dpdk-dev] [PATCH] test/mbuf: fix one typo in dyn test Xiaolong Ye
2020-06-11 7:52 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).