Searched refs:vxlan_encap (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | vxlan_table.txt | 1 match 0xaabbccdd0000 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30000) ethernet_src_addr N(0xb… 2 match 0xaabbccdd0001 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30001) ethernet_src_addr N(0xb… 3 match 0xaabbccdd0002 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30002) ethernet_src_addr N(0xb… 4 match 0xaabbccdd0003 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30003) ethernet_src_addr N(0xb… 5 match 0xaabbccdd0004 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30004) ethernet_src_addr N(0xb… 6 match 0xaabbccdd0005 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30005) ethernet_src_addr N(0xb… 7 match 0xaabbccdd0006 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30006) ethernet_src_addr N(0xb… 8 match 0xaabbccdd0007 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30007) ethernet_src_addr N(0xb… 9 match 0xaabbccdd0008 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30008) ethernet_src_addr N(0xb… 10 match 0xaabbccdd0009 action vxlan_encap ethernet_dst_addr N(0xa0a1a2a30009) ethernet_src_addr N(0xb… [all …]
|
| H A D | vxlan.spec | 116 action vxlan_encap args instanceof vxlan_encap_args_t { 150 vxlan_encap
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 561 struct rte_flow_action_vxlan_encap *vxlan_encap; in rte_flow_conv_action_conf() member 601 src.vxlan_encap = action->conf; in rte_flow_conv_action_conf() 602 dst.vxlan_encap = buf; in rte_flow_conv_action_conf() 603 RTE_BUILD_BUG_ON(sizeof(*src.vxlan_encap) != in rte_flow_conv_action_conf() 609 off = sizeof(*dst.vxlan_encap); in rte_flow_conv_action_conf() 610 if (src.vxlan_encap->definition) { in rte_flow_conv_action_conf() 612 (off, sizeof(*dst.vxlan_encap->definition)); in rte_flow_conv_action_conf() 615 (void *)((uintptr_t)dst.vxlan_encap + off), in rte_flow_conv_action_conf() 617 src.vxlan_encap->definition, NULL); in rte_flow_conv_action_conf() 621 dst.vxlan_encap->definition = in rte_flow_conv_action_conf() [all …]
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | actions_gen.c | 851 static struct rte_flow_action_vxlan_encap vxlan_encap; in add_vxlan_encap() local 888 vxlan_encap.definition = items; in add_vxlan_encap() 891 actions[actions_counter].conf = &vxlan_encap; in add_vxlan_encap()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_rte_parser.c | 1489 const struct rte_flow_action_vxlan_encap *vxlan_encap; in ulp_rte_vxlan_encap_act_handler() local 1509 vxlan_encap = action_item->conf; in ulp_rte_vxlan_encap_act_handler() 1510 if (!vxlan_encap) { in ulp_rte_vxlan_encap_act_handler() 1515 item = vxlan_encap->definition; in ulp_rte_vxlan_encap_act_handler()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 812 actions vxlan_encap vni 42 / passthru / end 831 actions vxlan_encap vni 42 / port_id id 3 / end
|
| /f-stack/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
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1843 flow rule using the action vxlan_encap will use the last configuration set. 3923 - ``vxlan_encap``: Performs a VXLAN encapsulation, outer layer configuration 4525 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 4531 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 4537 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 4544 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 4550 testpmd> flow create 0 ingress pattern end actions vxlan_encap / 4556 testpmd> flow create 0 ingress pattern end actions vxlan_encap /
|