]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/config.c
ethdev: add fuzzy match in flow API
[dpdk.git] / app / test-pmd / config.c
index b0b340e5c38aec2dd39f7e5f18bcc56ba20f14af..aa3550571d6a9040b1fed2a12096c272f2117f31 100644 (file)
@@ -946,6 +946,7 @@ static const struct {
        MK_FLOW_ITEM(NVGRE, sizeof(struct rte_flow_item_nvgre)),
        MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
        MK_FLOW_ITEM(GRE, sizeof(struct rte_flow_item_gre)),
+       MK_FLOW_ITEM(FUZZY, sizeof(struct rte_flow_item_fuzzy)),
 };
 
 /** Compute storage space needed by item specification. */