Home
last modified time | relevance | path

Searched refs:MAX_ACTIONS_NUM (Results 1 – 4 of 4) sorted by relevance

/dpdk/app/test-flow-perf/
H A Dconfig.h33 #define MAX_ACTIONS_NUM 32 macro
H A Dflow_gen.c58 struct rte_flow_action actions[MAX_ACTIONS_NUM]; in generate_flow()
H A Dmain.c53 static uint64_t all_actions[RTE_COLORS][MAX_ACTIONS_NUM];
57 static uint64_t flow_actions[MAX_ACTIONS_NUM];
1060 for (i = 0; i < MAX_ACTIONS_NUM; i++) { in has_meter()
1077 struct rte_flow_action actions[RTE_COLORS][MAX_ACTIONS_NUM]; in create_meter_policy()
1366 uint64_t global_actions[MAX_ACTIONS_NUM] = { 0 }; in insert_flows()
H A Dactions_gen.c1133 for (j = 0; j < MAX_ACTIONS_NUM; j++) { in fill_actions()