X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Fcmdline_flow.c;h=cfd55c598d3b9d3105bcaa61291fa8432365aa3e;hb=6496922368fe03be9ab4137f2d615dba1a766f39;hp=e3269e278dde8fc95609f5ca4fcbc5a4c5eef1da;hpb=2d8699ebb2a0638e8ae18fc0a83c56f984d0b270;p=dpdk.git diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index e3269e278d..cfd55c598d 100644 --- a/app/test-pmd/cmdline_flow.c +++ b/app/test-pmd/cmdline_flow.c @@ -795,7 +795,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", + "ipv4_ecn", "ipv6_ecn", NULL }; /** Maximum number of subsequent tokens and arguments on the stack. */ @@ -11228,16 +11229,16 @@ cmd_show_set_raw_parsed(void *parsed_result, struct cmdline *cl, void *data) } while (all && ++index < RAW_ENCAP_CONFS_MAX_NUM); } -cmdline_parse_token_string_t cmd_show_set_raw_cmd_show = +static cmdline_parse_token_string_t cmd_show_set_raw_cmd_show = TOKEN_STRING_INITIALIZER(struct cmd_show_set_raw_result, cmd_show, "show"); -cmdline_parse_token_string_t cmd_show_set_raw_cmd_what = +static cmdline_parse_token_string_t cmd_show_set_raw_cmd_what = TOKEN_STRING_INITIALIZER(struct cmd_show_set_raw_result, cmd_what, "raw_encap#raw_decap"); -cmdline_parse_token_num_t cmd_show_set_raw_cmd_index = +static cmdline_parse_token_num_t cmd_show_set_raw_cmd_index = TOKEN_NUM_INITIALIZER(struct cmd_show_set_raw_result, cmd_index, RTE_UINT16); -cmdline_parse_token_string_t cmd_show_set_raw_cmd_all = +static cmdline_parse_token_string_t cmd_show_set_raw_cmd_all = TOKEN_STRING_INITIALIZER(struct cmd_show_set_raw_result, cmd_all, "all"); cmdline_parse_inst_t cmd_show_set_raw = {