Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c1576 num_queues = ctx->msg.payload.inflight.num_queues; in vhost_user_get_inflight_fd()
1577 queue_size = ctx->msg.payload.inflight.queue_size; in vhost_user_get_inflight_fd()
1593 ctx->msg.payload.inflight.mmap_size = 0; in vhost_user_get_inflight_fd()
1611 ctx->msg.payload.inflight.mmap_offset = 0; in vhost_user_get_inflight_fd()
1659 mmap_size = ctx->msg.payload.inflight.mmap_size; in vhost_user_set_inflight_fd()
1661 num_queues = ctx->msg.payload.inflight.num_queues; in vhost_user_set_inflight_fd()
1662 queue_size = ctx->msg.payload.inflight.queue_size; in vhost_user_set_inflight_fd()
1836 inflight_split->desc[last_io].inflight = 0; in vhost_check_queue_inflights_split()
1842 if (inflight_split->desc[i].inflight == 1) in vhost_check_queue_inflights_split()
1871 if (vq->inflight_split->desc[i].inflight == 1) { in vhost_check_queue_inflights_split()
[all …]
H A Drte_vhost.h145 uint8_t inflight; member
161 uint8_t inflight; member
H A Dvhost_user.h148 VhostUserInflight inflight; member
H A Dvhost.c1033 vq->inflight_split->desc[idx].inflight = 1; in rte_vhost_set_inflight_desc_split()
1083 inflight_info->desc[old_free_head].inflight = 1; in rte_vhost_set_inflight_desc_packed()
1138 vq->inflight_split->desc[idx].inflight = 0; in rte_vhost_clr_inflight_desc_split()
1181 inflight_info->desc[head].inflight = 0; in rte_vhost_clr_inflight_desc_packed()
/dpdk/drivers/event/sw/
H A Dsw_evdev_xstats.c14 inflight, enumerator
79 case inflight: return p->inflights; in get_port_stat()
114 case inflight: in get_qid_stat()
200 inflight, pkt_cycles, credits, in sw_xstats_init() enumerator
219 inflight in sw_xstats_init() enumerator
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_ops.c703 uint64_t inflight, enq_ptr, deq_ptr, insts; in cnxk_cpt_dump_on_err() local
721 inflight = lf_inprog.s.inflight; in cnxk_cpt_dump_on_err()
722 plt_print("\tInflight in engines: %"PRIu64"", inflight); in cnxk_cpt_dump_on_err()
/dpdk/drivers/common/cpt/
H A Dcpt_hw_types.h510 uint64_t inflight : 8; member
512 uint64_t inflight : 8;
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst104 - Once the device is stopped all inflight events are lost. Applications should \
105 clear all inflight events before stopping it.
H A Dsw.rst97 * ``min_burst`` specifies the minimum number of inflight events that can be
H A Ddlb2.rst300 inflight event in a temporary buffer that is divided among load-balanced
/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h82 uint64_t inflight : 9; member
/dpdk/drivers/crypto/qat/dev/
H A Dqat_sym_pmd_gen1.c913 uint32_t i, n, inflight; in qat_sym_dp_dequeue_burst_gen1() local
921 inflight = qp->enqueued - qp->dequeued; in qat_sym_dp_dequeue_burst_gen1()
922 if (unlikely(inflight == 0)) in qat_sym_dp_dequeue_burst_gen1()
/dpdk/doc/guides/rel_notes/
H A Drelease_21_08.rst73 * **Added inflight packets clear API in vhost library.**
75 Added an API which can clear the inflight packets submitted to
/dpdk/drivers/common/cnxk/
H A Droc_cpt.c829 if (!lf_inprog.s.inflight) in roc_cpt_iq_disable()
860 if ((lf_inprog.s.inflight == 0) && (lf_inprog.s.gwb_cnt < 40) && in roc_cpt_iq_disable()
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c212 vqx_inprg.s.inflight = val; in otx_cpt_write_vq_inprog()
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst276 Get the number of inflight packets for a vhost queue without performing
282 Clear inflight packets which are submitted to DMA engine in vhost async data
H A Deventdev.rst438 A flush callback can be registered to free any inflight events