This patch adds CLI option to enter the msg_type value for GTP
flow pattern item.

Signed-off-by: Dekel Peled <dek...@mellanox.com>
Acked-by: Ori Kam <or...@mellanox.com>
---
 app/test-pmd/cmdline_flow.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index 99dade7..dfa74a0 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -168,6 +168,7 @@ enum index {
        ITEM_FUZZY,
        ITEM_FUZZY_THRESH,
        ITEM_GTP,
+       ITEM_GTP_MSG_TYPE,
        ITEM_GTP_TEID,
        ITEM_GTPC,
        ITEM_GTPU,
@@ -909,6 +910,7 @@ struct parse_action_priv {
 };
 
 static const enum index item_gtp[] = {
+       ITEM_GTP_MSG_TYPE,
        ITEM_GTP_TEID,
        ITEM_NEXT,
        ZERO,
@@ -2257,6 +2259,13 @@ static int comp_set_raw_index(struct context *, const 
struct token *,
                .next = NEXT(item_gtp),
                .call = parse_vc,
        },
+       [ITEM_GTP_MSG_TYPE] = {
+               .name = "msg_type",
+               .help = "GTP message type",
+               .next = NEXT(item_gtp, NEXT_ENTRY(UNSIGNED), item_param),
+               .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_gtp,
+                                            msg_type)),
+       },
        [ITEM_GTP_TEID] = {
                .name = "teid",
                .help = "tunnel endpoint identifier",
-- 
1.8.3.1

Reply via email to