| /dpdk/lib/vhost/ |
| H A D | vhost_user.c | 1576 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 D | rte_vhost.h | 145 uint8_t inflight; member 161 uint8_t inflight; member
|
| H A D | vhost_user.h | 148 VhostUserInflight inflight; member
|
| H A D | vhost.c | 1033 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 D | sw_evdev_xstats.c | 14 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 D | cnxk_cryptodev_ops.c | 703 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 D | cpt_hw_types.h | 510 uint64_t inflight : 8; member 512 uint64_t inflight : 8;
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | opdl.rst | 104 - Once the device is stopped all inflight events are lost. Applications should \ 105 clear all inflight events before stopping it.
|
| H A D | sw.rst | 97 * ``min_burst`` specifies the minimum number of inflight events that can be
|
| H A D | dlb2.rst | 300 inflight event in a temporary buffer that is divided among load-balanced
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | cpt.h | 82 uint64_t inflight : 9; member
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_sym_pmd_gen1.c | 913 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 D | release_21_08.rst | 73 * **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 D | roc_cpt.c | 829 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 D | otx_cryptodev_hw_access.c | 212 vqx_inprg.s.inflight = val; in otx_cpt_write_vq_inprog()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 276 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 D | eventdev.rst | 438 A flush callback can be registered to free any inflight events
|