Searched refs:vxlan_encap (Results 1 – 13 of 13) sorted by relevance
| /dpdk/examples/pipeline/examples/ |
| H A D | vxlan_table.txt | 1 match 0xaabbccdd0000 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30000 ethernet_src_addr 0xb0b1b2… 2 match 0xaabbccdd0001 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30001 ethernet_src_addr 0xb0b1b2… 3 match 0xaabbccdd0002 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30002 ethernet_src_addr 0xb0b1b2… 4 match 0xaabbccdd0003 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30003 ethernet_src_addr 0xb0b1b2… 5 match 0xaabbccdd0004 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30004 ethernet_src_addr 0xb0b1b2… 6 match 0xaabbccdd0005 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30005 ethernet_src_addr 0xb0b1b2… 7 match 0xaabbccdd0006 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30006 ethernet_src_addr 0xb0b1b2… 8 match 0xaabbccdd0007 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30007 ethernet_src_addr 0xb0b1b2… 9 match 0xaabbccdd0008 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30008 ethernet_src_addr 0xb0b1b2… 10 match 0xaabbccdd0009 action vxlan_encap ethernet_dst_addr 0xa0a1a2a30009 ethernet_src_addr 0xb0b1b2… [all …]
|
| H A D | vxlan.spec | 116 action vxlan_encap args instanceof vxlan_encap_args_t { 178 vxlan_encap
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 638 struct rte_flow_action_vxlan_encap *vxlan_encap; in rte_flow_conv_action_conf() member 678 src.vxlan_encap = action->conf; in rte_flow_conv_action_conf() 679 dst.vxlan_encap = buf; in rte_flow_conv_action_conf() 680 RTE_BUILD_BUG_ON(sizeof(*src.vxlan_encap) != in rte_flow_conv_action_conf() 686 off = sizeof(*dst.vxlan_encap); in rte_flow_conv_action_conf() 687 if (src.vxlan_encap->definition) { in rte_flow_conv_action_conf() 689 (off, sizeof(*dst.vxlan_encap->definition)); in rte_flow_conv_action_conf() 692 (void *)((uintptr_t)dst.vxlan_encap + off), in rte_flow_conv_action_conf() 694 src.vxlan_encap->definition, NULL); in rte_flow_conv_action_conf() 698 dst.vxlan_encap->definition = in rte_flow_conv_action_conf() [all …]
|
| /dpdk/doc/guides/nics/features/ |
| H A D | enic.ini | 75 vxlan_encap = Y key
|
| H A D | sfc.ini | 86 vxlan_encap = Y key
|
| H A D | bnxt.ini | 100 vxlan_encap = Y key
|
| H A D | default.ini | 200 vxlan_encap = key
|
| H A D | mlx5.ini | 130 vxlan_encap = Y key
|
| /dpdk/app/test-flow-perf/ |
| H A D | actions_gen.c | 846 static struct rte_flow_action_vxlan_encap vxlan_encap[RTE_MAX_LCORE] __rte_cache_aligned; in add_vxlan_encap() local 883 vxlan_encap[para.core_idx].definition = items; in add_vxlan_encap() 886 actions[actions_counter].conf = &vxlan_encap[para.core_idx]; in add_vxlan_encap()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 1984 const struct rte_flow_action_vxlan_encap *vxlan_encap; in ulp_rte_vxlan_encap_act_handler() local 1995 vxlan_encap = action_item->conf; in ulp_rte_vxlan_encap_act_handler() 1996 if (!vxlan_encap) { in ulp_rte_vxlan_encap_act_handler() 2001 item = vxlan_encap->definition; in ulp_rte_vxlan_encap_act_handler()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 838 actions vxlan_encap vni 42 / passthru / end 857 actions vxlan_encap vni 42 / port_id id 3 / end
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 248 …s: count, drop, flag, jump, mark, port_id, passthru, queue, rss, vxlan_decap, vxlan_encap, and void 249 - Egress Actions: count, drop, jump, passthru, vxlan_encap, and void
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1863 flow rule using the action vxlan_encap will use the last configuration set. 4335 - ``vxlan_encap``: Performs a VXLAN encapsulation, outer layer configuration 5041 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 5047 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 5053 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 5060 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 5066 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 5072 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 5389 testpmd> set sample_actions 0 vxlan_encap / port_id id 0 / end
|