Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c1128 port_out->f_action(p, p->pkts, pkts_mask, port_out->arg_ah); in rte_pipeline_action_handler_port_bulk()
1136 port_out->ops.f_tx_bulk(port_out->h_port, in rte_pipeline_action_handler_port_bulk()
1158 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port()
1172 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port()
1194 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port()
1206 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port()
1233 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port_meta()
1247 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port_meta()
1270 port_out->ops.f_tx(port_out->h_port, pkt); in rte_pipeline_action_handler_port_meta()
1282 port_out->ops.f_tx(port_out->h_port, in rte_pipeline_action_handler_port_meta()
[all …]
H A Drte_swx_pipeline.c106 struct port_out { struct
107 TAILQ_ENTRY(port_out) node;
113 TAILQ_HEAD(port_out_tailq, port_out); argument
1359 static struct port_out *
1362 struct port_out *port; in port_out_find()
1378 struct port_out *port = NULL; in rte_swx_pipeline_port_out_config()
1393 port = calloc(1, sizeof(struct port_out)); in rte_swx_pipeline_port_out_config()
1412 struct port_out *port; in port_out_build()
1448 struct port_out *port; in port_out_free()
7213 struct port_out *port; in rte_swx_ctl_pipeline_port_out_stats_read()
/f-stack/dpdk/examples/pipeline/examples/
H A Dvxlan_table.txt1 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(0) vxlan_reserved2 N(0) port_out H(0)
2 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(1) vxlan_reserved2 N(0) port_out H(1)
3 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(2) vxlan_reserved2 N(0) port_out H(2)
4 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(3) vxlan_reserved2 N(0) port_out H(3)
5 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(4) vxlan_reserved2 N(0) port_out H(0)
6 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(5) vxlan_reserved2 N(0) port_out H(1)
7 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(6) vxlan_reserved2 N(0) port_out H(2)
8 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(7) vxlan_reserved2 N(0) port_out H(3)
9 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(8) vxlan_reserved2 N(0) port_out H(0)
10 …hecksum N(0) vxlan_flags N(0) vxlan_reserved N(0) vxlan_vni N(9) vxlan_reserved2 N(0) port_out H(1)
[all …]
H A Dvxlan.spec52 bit<32> port_out
82 bit<32> port_out
122 mov m.port_out t.port_out
137 mov m.port_out 4
138 tx m.port_out
172 tx m.port_out
H A Dl2fwd.spec9 bit<32> port_out
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c245 uint16_t port_out, ether_type; in l3fwd_simple_forward() local
254 port_out = port_in; in l3fwd_simple_forward()
264 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
277 port_out = next_hop; in l3fwd_simple_forward()
280 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
289 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
315 port_out = next_hop; in l3fwd_simple_forward()
318 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
349 m = qconf->tx_mbufs[port_out].m_table[i]; in l3fwd_simple_forward()
363 ((uint64_t)port_out << 40); in l3fwd_simple_forward()
[all …]
/f-stack/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.h524 struct softnic_port_out port_out[RTE_PIPELINE_PORT_OUT_MAX]; member