Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-flow-perf/
H A Dconfig.h35 #define MAX_ITEMS_NUM 32 macro
H A Dflow_gen.c51 struct rte_flow_item items[MAX_ITEMS_NUM]; in generate_flow()
H A Ditems_gen.c426 for (j = 0; j < MAX_ITEMS_NUM; j++) { in fill_items()
H A Dmain.c52 static uint64_t flow_items[MAX_ITEMS_NUM];
908 uint64_t global_items[MAX_ITEMS_NUM] = { 0 }; in flows_handler()