[dpdk-dev] [PATCH v1 7/7] ethdev: update flow API conversion header

Adrien Mazarguil adrien.mazarguil at 6wind.com
Thu Oct 5 11:49:08 CEST 2017


Synchronize rte_flow_conv() capabilities with rte_flow.h.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
---
 lib/librte_ether/rte_flow_conv.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/lib/librte_ether/rte_flow_conv.h b/lib/librte_ether/rte_flow_conv.h
index 2244970..7e165a2 100644
--- a/lib/librte_ether/rte_flow_conv.h
+++ b/lib/librte_ether/rte_flow_conv.h
@@ -35,6 +35,10 @@
  * RTE generic flow API (internal)
  *
  * This file exports resources needed by rte_flow_conv().
+ *
+ * DO NOT EDIT THIS FILE.
+ *
+ * It was generated from rte_flow.h, run gen-rte_flow_conv-h.sh to update it.
  */
 
 #ifndef RTE_FLOW_CONV_H_
@@ -228,6 +232,14 @@ static const struct rte_flow_conv_res rte_flow_conv_res_item[] = {
 		.flex_elt_size = 0,
 		.flex_off = 0,
 	},
+	[RTE_FLOW_ITEM_TYPE_FUZZY] = {
+		.name = "fuzzy",
+		.size = sizeof(struct rte_flow_item_fuzzy),
+		.flex_len_type = 0,
+		.flex_len_off = 0,
+		.flex_elt_size = 0,
+		.flex_off = 0,
+	},
 };
 
 /** Actions description table. */
-- 
2.1.4



More information about the dev mailing list