Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dnoisy_vnf.c149 uint16_t nb_enqd; in pkt_burst_noisy_vnf() local
176 nb_enqd = rte_ring_enqueue_burst(ncf->f, in pkt_burst_noisy_vnf()
178 if (nb_enqd < nb_rx) in pkt_burst_noisy_vnf()
180 nb_rx, nb_enqd); in pkt_burst_noisy_vnf()
184 nb_enqd = rte_ring_enqueue_burst(ncf->f, in pkt_burst_noisy_vnf()
197 sim_memory_lookups(ncf, nb_enqd); in pkt_burst_noisy_vnf()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst234 the app should check the op.status of nb_enqd+1. If status is RTE_COMP_OP_STATUS_NOT_PROCESSED,