ethdev: add HIGIG2 key field to flow API
[dpdk.git] / lib / librte_ethdev / rte_flow.c
index 81a85b9..ca0f680 100644 (file)
@@ -83,6 +83,7 @@ static const struct rte_flow_desc_data rte_flow_desc_item[] = {
        MK_FLOW_ITEM(NSH, sizeof(struct rte_flow_item_nsh)),
        MK_FLOW_ITEM(IGMP, sizeof(struct rte_flow_item_igmp)),
        MK_FLOW_ITEM(AH, sizeof(struct rte_flow_item_ah)),
+       MK_FLOW_ITEM(HIGIG2, sizeof(struct rte_flow_item_higig2_hdr)),
 };
 
 /** Generate flow_action[] entry. */