DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] examples/flow_classify: fix spelling when log error
@ 2022-01-18  2:49 Chuanshe Zhang
  2022-02-23 16:05 ` Iremonger, Bernard
  0 siblings, 1 reply; 4+ messages in thread
From: Chuanshe Zhang @ 2022-01-18  2:49 UTC (permalink / raw)
  To: dev; +Cc: bernard.iremonger

Signed-off-by: Chuanshe Zhang <zhangchuanshe@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 6185b34..97708b7 100644
--- a/examples/flow_classify/flow_classify.c
+++ b/examples/flow_classify/flow_classify.c
@@ -430,7 +430,7 @@ struct rte_flow_query_count count = {
 			&ntuple_filter->dst_ip,
 			&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;
 	}
-- 
1.8.3.1





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-08 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18  2:49 [PATCH] examples/flow_classify: fix spelling when log error Chuanshe Zhang
2022-02-23 16:05 ` Iremonger, Bernard
2022-03-08 11:43   ` Thomas Monjalon
2022-03-08 12:00     ` Iremonger, Bernard

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).