Home
last modified time | relevance | path

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

/dpdk/examples/vhost/
H A Dmain.c1028 uint32_t buff_idx = rte_lcore_id() * RTE_MAX_VHOST_DEVICE + vdev->vid; in drain_vhost() local
1029 uint16_t nr_xmit = vhost_txbuff[buff_idx]->len; in drain_vhost()
1030 struct rte_mbuf **m = vhost_txbuff[buff_idx]->m_table; in drain_vhost()