[PATCH v3 6/7] app/testpmd: allow meter color marker modification
Alexander Kozyrev
akozyrev at nvidia.com
Wed Jun 1 05:44:07 CEST 2022
Extend the list of available modify_field IDs to include
recently added meter color marker item in testpmd CLI.
Signed-off-by: Alexander Kozyrev <akozyrev at nvidia.com>
---
app/test-pmd/cmdline_flow.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index c66da76f25..401922fc34 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -798,7 +798,8 @@ static const char *const modify_field_ids[] = {
"tcp_seq_num", "tcp_ack_num", "tcp_flags",
"udp_port_src", "udp_port_dst",
"vxlan_vni", "geneve_vni", "gtp_teid",
- "tag", "mark", "meta", "pointer", "value", NULL
+ "tag", "mark", "meta", "pointer", "value", "meter_color",
+ NULL
};
static const char *const meter_colors[] = {
--
2.18.2
More information about the dev
mailing list