Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-flow-perf/
H A Dconfig.h36 #define MAX_ACTIONS_NUM 32 macro
H A Dflow_gen.c52 struct rte_flow_action actions[MAX_ACTIONS_NUM]; in generate_flow()
H A Dmain.c53 static uint64_t flow_actions[MAX_ACTIONS_NUM];
909 uint64_t global_actions[MAX_ACTIONS_NUM] = { 0 }; in flows_handler()
H A Dactions_gen.c1115 for (j = 0; j < MAX_ACTIONS_NUM; j++) { in fill_actions()