[PATCH v3 6/7] app/testpmd: allow meter color marker modification
Ori Kam
orika at nvidia.com
Wed Jun 1 10:59:46 CEST 2022
Hi Alexander.
> -----Original Message-----
> From: Alexander Kozyrev <akozyrev at nvidia.com>
> Sent: Wednesday, June 1, 2022 6:44 AM
> Subject: [PATCH v3 6/7] app/testpmd: allow meter color marker modification
>
> 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
Acked-by: Ori Kam <orika at nvidia.com>
Best,
Ori
More information about the dev
mailing list