Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_link_bonding_mode4.c540 uint16_t lacp_tx_buf_cnt = 0, i; in bond_handshake_reply() local
549 lacp_tx_buf[lacp_tx_buf_cnt++] = rx_buf[i]; in bond_handshake_reply()
554 if (lacp_tx_buf_cnt == 0) in bond_handshake_reply()
557 retval = slave_put_pkts(slave, lacp_tx_buf, lacp_tx_buf_cnt); in bond_handshake_reply()
558 if (retval <= lacp_tx_buf_cnt) { in bond_handshake_reply()
560 for (i = RTE_MAX(0, retval); retval < lacp_tx_buf_cnt; retval++) in bond_handshake_reply()
564 TEST_ASSERT_EQUAL(retval, lacp_tx_buf_cnt, in bond_handshake_reply()
568 return lacp_tx_buf_cnt; in bond_handshake_reply()