Home
last modified time | relevance | path

Searched refs:queue_action (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test-flow-perf/
H A Dactions_gen.c78 static struct rte_flow_action_queue queue_action; in add_queue() local
81 queue_action.index = para.queue; in add_queue()
85 actions[actions_counter].conf = &queue_action; in add_queue()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c3509 int queue_action = 0; in flow_check_hairpin_split() local
3528 queue_action = 1; in flow_check_hairpin_split()
3538 queue_action = 1; in flow_check_hairpin_split()
3560 if (split && queue_action) in flow_check_hairpin_split()