]> git.droids-corp.org - dpdk.git/blobdiff - app/test-flow-perf/actions_gen.h
doc: remove references to make from cryptodevs guide
[dpdk.git] / app / test-flow-perf / actions_gen.h
index 0defa7c97ceb5d0a7ea77d2719de970aaf7d81f7..85e3176b09e76bbb785f480fdff0af481b19cdbd 100644 (file)
 
 #include "config.h"
 
-void fill_actions(struct rte_flow_action *actions, uint64_t actions_selector,
-       uint32_t counter, uint16_t next_table, uint16_t hairpinq);
+#define RTE_IP_TYPE_UDP        17
+#define RTE_IP_TYPE_GRE        47
+#define RTE_VXLAN_GPE_UDP_PORT 250
+#define RTE_GENEVE_UDP_PORT 6081
+
+void fill_actions(struct rte_flow_action *actions, uint64_t *flow_actions,
+       uint32_t counter, uint16_t next_table, uint16_t hairpinq,
+       uint64_t encap_data, uint64_t decap_data);
 
 #endif /* FLOW_PERF_ACTION_GEN */