Update the name to the right one: "src_tag_index" Signed-off-by: Rongwei Liu <rongw...@nvidia.com> Fixes: 7ea38955b ("ethdev: update MPLS header modification API") Cc: michae...@nvidia.com Cc: sta...@dpdk.org Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> --- app/test-pmd/cmdline_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index c6ea9d9be0..929bf18119 100644 --- a/app/test-pmd/cmdline_flow.c +++ b/app/test-pmd/cmdline_flow.c @@ -7469,7 +7469,7 @@ static const struct token token_list[] = { .comp = comp_none, }, [ACTION_MODIFY_FIELD_SRC_TAG_INDEX] = { - .name = "stc_tag_index", + .name = "src_tag_index", .help = "source field tag array", .next = NEXT(action_modify_field_src, NEXT_ENTRY(COMMON_UNSIGNED)), -- 2.27.0