]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/config.c
app/testpmd: add MPLS and GRE fields to flow command
[dpdk.git] / app / test-pmd / config.c
index 9865bf15156647de36277b7a70b443cb719d83b5..780ce6bd47b08dc6431b4c133ba6b924d771e534 100644 (file)
@@ -963,6 +963,8 @@ static const struct {
        MK_FLOW_ITEM(TCP, sizeof(struct rte_flow_item_tcp)),
        MK_FLOW_ITEM(SCTP, sizeof(struct rte_flow_item_sctp)),
        MK_FLOW_ITEM(VXLAN, sizeof(struct rte_flow_item_vxlan)),
+       MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
+       MK_FLOW_ITEM(GRE, sizeof(struct rte_flow_item_gre)),
 };
 
 /** Compute storage space needed by item specification. */