Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c539 struct rte_mbuf *lacp_tx_buf[MAX_PKT_BURST]; in bond_handshake_reply() local
549 lacp_tx_buf[lacp_tx_buf_cnt++] = rx_buf[i]; in bond_handshake_reply()
561 rte_pktmbuf_free(lacp_tx_buf[i]); in bond_handshake_reply()
1386 struct rte_mbuf *lacp_tx_buf[SLAVE_COUNT]; in test_mode4_ext_ctrl() local
1402 rte_memcpy(rte_pktmbuf_mtod(lacp_tx_buf[i], char *), in test_mode4_ext_ctrl()
1404 rte_pktmbuf_pkt_len(lacp_tx_buf[i]) = sizeof(lacpdu); in test_mode4_ext_ctrl()
1413 slave->port_id, lacp_tx_buf[i]), in test_mode4_ext_ctrl()
1421 free_pkts(lacp_tx_buf, RTE_DIM(lacp_tx_buf)); in test_mode4_ext_ctrl()
1439 struct rte_mbuf *lacp_tx_buf[SLAVE_COUNT]; in test_mode4_ext_lacp() local
1456 rte_memcpy(rte_pktmbuf_mtod(lacp_tx_buf[i], char *), in test_mode4_ext_lacp()
[all …]