Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dactions_gen.c210 static struct rte_flow_action_set_mac set_macs[RTE_MAX_LCORE] __rte_cache_aligned; in add_set_src_mac() local
220 set_macs[para.core_idx].mac_addr[i] = mac & 0xff; in add_set_src_mac()
225 actions[actions_counter].conf = &set_macs[para.core_idx]; in add_set_src_mac()
233 static struct rte_flow_action_set_mac set_macs[RTE_MAX_LCORE] __rte_cache_aligned; in add_set_dst_mac() local
243 set_macs[para.core_idx].mac_addr[i] = mac & 0xff; in add_set_dst_mac()
248 actions[actions_counter].conf = &set_macs[para.core_idx]; in add_set_dst_mac()