Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd/
H A Dl3fwd_common.h186 len = qconf->tx_mbufs[port].len; in send_packetsx4()
213 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
217 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
221 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
225 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
246 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
250 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
254 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
258 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
265 qconf->tx_mbufs[port].len = len; in send_packetsx4()
H A Dl3fwd.h82 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS]; member
119 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
138 len = qconf->tx_mbufs[port].len; in send_single_packet()
139 qconf->tx_mbufs[port].m_table[len] = m; in send_single_packet()
148 qconf->tx_mbufs[port].len = len; in send_single_packet()
H A Dl3fwd_fib.c214 if (qconf->tx_mbufs[portid].len == 0) in fib_main_loop()
217 qconf->tx_mbufs[portid].len, in fib_main_loop()
219 qconf->tx_mbufs[portid].len = 0; in fib_main_loop()
H A Dl3fwd_lpm.c191 if (qconf->tx_mbufs[portid].len == 0) in lpm_main_loop()
194 qconf->tx_mbufs[portid].len, in lpm_main_loop()
196 qconf->tx_mbufs[portid].len = 0; in lpm_main_loop()
H A Dl3fwd_em.c611 if (qconf->tx_mbufs[portid].len == 0) in em_main_loop()
614 qconf->tx_mbufs[portid].len, in em_main_loop()
616 qconf->tx_mbufs[portid].len = 0; in em_main_loop()
/dpdk/examples/ip_fragmentation/
H A Dmain.c142 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS]; member
267 len = qconf->tx_mbufs[port_out].len; 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()
321 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
330 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
352 m = qconf->tx_mbufs[port_out].m_table[i]; in l3fwd_simple_forward()
383 qconf->tx_mbufs[port_out].len = 0; in l3fwd_simple_forward()
432 if (qconf->tx_mbufs[portid].len == 0) in main_loop()
435 qconf->tx_mbufs[portid].len, in main_loop()
[all …]
/dpdk/examples/ipv4_multicast/
H A Dmain.c106 struct mbuf_table tx_mbufs[MAX_PORTS]; member
169 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
170 n = qconf->tx_mbufs[port].len; in send_burst()
178 qconf->tx_mbufs[port].len = 0; in send_burst()
290 len = qconf->tx_mbufs[port].len; in mcast_send_pkt()
291 qconf->tx_mbufs[port].m_table[len] = pkt; in mcast_send_pkt()
292 qconf->tx_mbufs[port].len = ++len; in mcast_send_pkt()
389 if (qconf->tx_mbufs[portid].len != 0) in send_timeout_burst()
/dpdk/examples/ip_reassembly/
H A Dmain.c156 struct mbuf_table *tx_mbufs[RTE_MAX_ETHPORTS]; member
256 txmb = qconf->tx_mbufs[port]; in send_burst()
290 txmb = qconf->tx_mbufs[port]; in send_single_packet()
843 qconf->tx_mbufs[port] = mtb; in setup_port_tbl()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c236 struct buffer tx_mbufs[RTE_MAX_ETHPORTS]; member
599 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
627 tbl = qconf->tx_mbufs + port; in send_fragment_packet()
668 len = qconf->tx_mbufs[port].len; in send_single_packet()
671 qconf->tx_mbufs[port].m_table[len] = m; in send_single_packet()
686 qconf->tx_mbufs[port].len = len; in send_single_packet()
1130 buf = &qconf->tx_mbufs[portid]; in drain_tx_buffers()