X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-flow-perf%2Factions_gen.h;h=9e13b164f996df50959ccd708c747d3986911c54;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=d6918a53a67fcc92132b974109e908cc6a6da771;hpb=9001a863f45fc1a81dc13de2dc0748dfde1ce9aa;p=dpdk.git diff --git a/app/test-flow-perf/actions_gen.h b/app/test-flow-perf/actions_gen.h index d6918a53a6..9e13b164f9 100644 --- a/app/test-flow-perf/actions_gen.h +++ b/app/test-flow-perf/actions_gen.h @@ -12,7 +12,14 @@ #include "config.h" +#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); + uint32_t counter, uint16_t next_table, uint16_t hairpinq, + uint64_t encap_data, uint64_t decap_data, uint8_t core_idx, + bool unique_data, uint8_t rx_queues_count, uint16_t dst_port); #endif /* FLOW_PERF_ACTION_GEN */