On Wed, 1 Feb 2023 13:35:10 +0200 Rongwei Liu <rongw...@nvidia.com> wrote:
> diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c > index 7a8516829c..b8156ebca2 100644 > --- a/app/test-pmd/cmdline_flow.c > +++ b/app/test-pmd/cmdline_flow.c > @@ -811,7 +811,8 @@ static const char *const modify_field_ids[] = { > "udp_port_src", "udp_port_dst", > "vxlan_vni", "geneve_vni", "gtp_teid", > "tag", "mark", "meta", "pointer", "value", > - "ipv4_ecn", "ipv6_ecn", "gtp_psc_qfi", "meter_color", NULL > + "ipv4_ecn", "ipv6_ecn", "gtp_psc_qfi", "meter_color", > + "ipv6_proto", NULL > }; > Would it be better to keep the table in alphabetical order here?