Skip to content

Commit

Permalink
examples/flow_classify: fix failure message
Browse files Browse the repository at this point in the history
[ upstream commit 750c177980cb7642f1893a9ae4076b631fa6a98f ]

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

Signed-off-by: Chuanshe Zhang <zhangchuanshe@icloudshield.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
  • Loading branch information
Chuanshe Zhang authored and cpaelzer committed Mar 9, 2022
1 parent 29f79c5 commit c224b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flow_classify/flow_classify.c
Expand Up @@ -424,7 +424,7 @@ parse_ipv4_5tuple_rule(char *str, struct rte_eth_ntuple_filter *ntuple_filter)
&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;
}
Expand Down

0 comments on commit c224b27

Please sign in to comment.