Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Ditems_gen.c121 static struct rte_flow_item_vxlan vxlan_specs[RTE_MAX_LCORE] __rte_cache_aligned; in add_vxlan() local
131 vxlan_specs[ti].vni[2 - i] = vni_value >> (i * 8); in add_vxlan()
136 vxlan_specs[ti].flags = 0x8; in add_vxlan()
139 items[items_counter].spec = &vxlan_specs[ti]; in add_vxlan()