[PATCH v5 2/3] ethdev: add modify IPv6 protocol field
Stephen Hemminger
stephen at networkplumber.org
Wed Feb 1 17:55:55 CET 2023
On Wed, 1 Feb 2023 13:35:10 +0200
Rongwei Liu <rongweil at 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?
More information about the dev
mailing list