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

Message ID ac4ae92397eeb0347673e9f2142181caa4664aed.1507193186.git.adrien.mazarguil@6wind.com (mailing list archive)
State Not Applicable, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail apply patch file failure

Commit Message

Adrien Mazarguil Oct. 5, 2017, 9:49 a.m. UTC
  Synchronize rte_flow_conv() capabilities with rte_flow.h.

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

Patch

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. */