Home
last modified time | relevance | path

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

/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c423 uint64_t nb_missed = 0; in eth_vhost_tx() local
469 nb_missed = nb_bufs - nb_tx; in eth_vhost_tx()
473 r->stats.missed_pkts += nb_missed; in eth_vhost_tx()
476 r->stats.xstats[VHOST_MISSED_PKT] += nb_missed; in eth_vhost_tx()
477 r->stats.xstats[VHOST_UNICAST_PKT] += nb_missed; in eth_vhost_tx()