Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/examples/
H A Dfib_nexthop_table.txt4 …ernet_dst_addr 0xaabbcc000000 ethernet_src_addr 0xddeeff000000 ethernet_ethertype 0x0800 port_out 0
5 …ernet_dst_addr 0xaabbcc000001 ethernet_src_addr 0xddeeff000001 ethernet_ethertype 0x0800 port_out 1
6 …ernet_dst_addr 0xaabbcc000002 ethernet_src_addr 0xddeeff000002 ethernet_ethertype 0x0800 port_out 2
7 …ernet_dst_addr 0xaabbcc000003 ethernet_src_addr 0xddeeff000003 ethernet_ethertype 0x0800 port_out 3
9 …ernet_dst_addr 0xaabbcc000004 ethernet_src_addr 0xddeeff000004 ethernet_ethertype 0x0800 port_out 0
10 …ernet_dst_addr 0xaabbcc000005 ethernet_src_addr 0xddeeff000005 ethernet_ethertype 0x0800 port_out 1
11 …ernet_dst_addr 0xaabbcc000006 ethernet_src_addr 0xddeeff000006 ethernet_ethertype 0x0800 port_out 2
12 …ernet_dst_addr 0xaabbcc000007 ethernet_src_addr 0xddeeff000007 ethernet_ethertype 0x0800 port_out 3
14 …ernet_dst_addr 0xaabbcc000008 ethernet_src_addr 0xddeeff000008 ethernet_ethertype 0x0800 port_out 0
15 …ernet_dst_addr 0xaabbcc000009 ethernet_src_addr 0xddeeff000009 ethernet_ethertype 0x0800 port_out 1
[all …]
H A Dvxlan_table.txt1 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 0 vxlan_reserved2 0 port_out 0
2 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 1 vxlan_reserved2 0 port_out 1
3 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 2 vxlan_reserved2 0 port_out 2
4 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 3 vxlan_reserved2 0 port_out 3
5 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 4 vxlan_reserved2 0 port_out 0
6 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 5 vxlan_reserved2 0 port_out 1
7 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 6 vxlan_reserved2 0 port_out 2
8 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 7 vxlan_reserved2 0 port_out 3
9 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 8 vxlan_reserved2 0 port_out 0
10 …dp_length 30 udp_checksum 0 vxlan_flags 0 vxlan_reserved 0 vxlan_vni 9 vxlan_reserved2 0 port_out 1
[all …]
H A Dlearner.spec49 bit<32> port_out
66 bit<32> port_out
70 mov m.port_out t.port_out
90 mov m.port_out m.fwd_action_arg_port_out
126 tx m.port_out
H A Dregisters.spec42 bit<32> port_out
62 mov m.port_out m.port_in
63 xor m.port_out 1
66 tx m.port_out
H A Dmeter.spec42 bit<32> port_out
59 meter meters h.ipv4.src_addr h.ipv4.total_len 0 m.port_out
62 tx m.port_out
H A Dfib.spec56 bit<32> port_out
81 bit<32> port_out
97 mov m.port_out t.port_out
170 tx m.port_out
H A Dvxlan.spec52 bit<32> port_out
82 bit<32> port_out
151 mov m.port_out t.port_out
200 tx m.port_out
H A Dselector.spec59 bit<32> port_out
77 member_id m.port_out
94 tx m.port_out
H A Dl2fwd.spec9 bit<32> port_out
/dpdk/lib/pipeline/
H A Drte_pipeline.c1124 port_out->f_action(p, p->pkts, pkts_mask, port_out->arg_ah); in rte_pipeline_action_handler_port_bulk()
1132 port_out->ops.f_tx_bulk(port_out->h_port, in rte_pipeline_action_handler_port_bulk()
1154 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port()
1168 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port()
1190 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port()
1202 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port()
1229 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port_meta()
1243 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port_meta()
1266 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port_meta()
1278 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port_meta()
[all …]
H A Drte_swx_pipeline_internal.h96 struct port_out { struct
97 TAILQ_ENTRY(port_out) node;
103 TAILQ_HEAD(port_out_tailq, port_out); argument
H A Drte_swx_pipeline.c444 static struct port_out *
447 struct port_out *port; in port_out_find()
463 struct port_out *port = NULL; in rte_swx_pipeline_port_out_config()
478 port = calloc(1, sizeof(struct port_out)); in rte_swx_pipeline_port_out_config()
497 struct port_out *port; in port_out_build()
533 struct port_out *port; in port_out_free()
9731 struct port_out *port; in rte_swx_ctl_pipeline_port_out_stats_read()
/dpdk/examples/ip_fragmentation/
H A Dmain.c248 uint16_t port_out, ether_type; in l3fwd_simple_forward() local
257 port_out = port_in; in l3fwd_simple_forward()
267 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
280 port_out = next_hop; in l3fwd_simple_forward()
283 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
292 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
318 port_out = next_hop; in l3fwd_simple_forward()
321 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
352 m = qconf->tx_mbufs[port_out].m_table[i]; in l3fwd_simple_forward()
366 ((uint64_t)port_out << 40); in l3fwd_simple_forward()
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c473 struct softnic_port_out *port_out; in softnic_pipeline_port_out_create() local
649 port_out = &pipeline->port_out[pipeline->n_ports_out]; in softnic_pipeline_port_out_create()
650 memcpy(&port_out->params, params, sizeof(*params)); in softnic_pipeline_port_out_create()
1097 if (strcmp(pipeline->port_out[i].params.dev_name, name) == 0) { in softnic_pipeline_port_out_find()
H A Drte_eth_softnic_internals.h536 struct softnic_port_out port_out[RTE_PIPELINE_PORT_OUT_MAX]; member