Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dvirtual_pmd.c404 int successfully_txd = nb_pkts - dev_private->tx_burst_fail_count; in virtual_ethdev_tx_burst_fail() local
407 dev_private->eth_stats.opackets += successfully_txd; in virtual_ethdev_tx_burst_fail()
410 for (i = 0; i < successfully_txd; i++) { in virtual_ethdev_tx_burst_fail()
418 return successfully_txd; in virtual_ethdev_tx_burst_fail()