| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2915 .call = parse_qo, 2924 .call = parse_qo, 2949 .call = parse_qo, 2958 .call = parse_qo, 2967 .call = parse_qo, 2975 .call = parse_qo, 3115 .call = parse_ia, 3122 .call = parse_ia, 3130 .call = parse_ia, 3145 .call = parse_ia, [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 121 Applications can call ``rte_rcu_qsbr_get_memsize()`` to calculate the size 136 A control plane thread can also call this on behalf of a reader thread. 137 The reader thread must call ``rte_rcu_qsbr_thread_online()`` API to start 143 call ``rte_rcu_qsbr_thread_offline()`` API, before calling blocking APIs. It 144 can call ``rte_rcu_qsbr_thread_online()`` API once the blocking API call 152 The writer thread must call ``rte_rcu_qsbr_check()`` API with the token to 179 The reader thread must call ``rte_rcu_qsbr_thread_offline()`` and 184 The reader threads should call ``rte_rcu_qsbr_quiescent()`` API to indicate that 230 * client library should provide an API to register a RCU variable that it will use. It should call … 232 * if the library runs out of resources while adding entries, it should call ``rte_rcu_qsbr_dq_recla… [all …]
|
| H A D | packet_distrib_lib.rst | 29 #. Packets are passed to the distributor component by having the distributor lcore thread call the… 32 …The process API call will poll all the worker cache lines to see what workers are requesting packe… 56 Of these the most important API call is "rte_distributor_returned_pkts()" 89 …ld be returned to the distributor component by passing it as the final parameter to this API call.]
|
| H A D | timer_lib.rst | 14 * Timers can be loaded from one core and executed on another. It has to be specified in the call … 16 * Timers provide high precision (depends on the call frequency to rte_timer_manage() that checks … 63 a call to rte_timer_manage() returns without taking a lock in the case where the timer list for the…
|
| H A D | mempool_lib.rst | 104 The ``rte_mempool_default_cache()`` call returns the default internal cache if any. 120 * Using the new API to call ``rte_mempool_create_empty()`` and 130 call, which uses a ring based mempool handler by default. These applications
|
| H A D | compressdev.rst | 307 priv_xforms are initialized provided a generic xform structure by an application via making call 323 Application should call ``rte_compressdev_private_xform_create()`` and attach to stateless op before 374 /* create operation pool via call to rte_comp_op_pool_create and alloc ops */ 450 data, then it must get a stream handle via making call to ``rte_compressdev_stream_create()`` 464 Application should call ``rte_compressdev_stream_create()`` and attach to op before 581 operations is usually completed during the enqueue call to the compression 586 enqueue call. 625 The API call returns the actual number of processed operations returned, this
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_interrupts.c | 466 bool call = false; in eal_intr_process_interrupts() local 490 call = true; in eal_intr_process_interrupts() 495 call = true; in eal_intr_process_interrupts() 499 call = true; in eal_intr_process_interrupts() 524 call = true; in eal_intr_process_interrupts() 530 if (call) { in eal_intr_process_interrupts()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dsw.rst | 31 * Use ``--vdev="event_dsw0"`` in the EAL options, which will call 52 repeatedly call rte_event_maintain() on that port. 69 To immediately flush a port's output buffer, an application may call
|
| H A D | sw.rst | 41 * Use ``--vdev="event_sw0"`` in the EAL options, which will call 55 schedule in a single schedule call performed by the service core. Note that 60 create call: 101 the events waiting in the ingress rings only once per call. The default
|
| H A D | dpaa.rst | 53 * Using ``--vdev="event_dpaa1"`` in the EAL options, which will call
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 14 collected on a dequeue call. 35 - Use ``--vdev="baseband_null"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
|
| /dpdk/doc/guides/regexdevs/ |
| H A D | features_overview.rst | 24 PCRE call outs 25 Support PCRE call routes.
|
| H A D | mlx5.rst | 44 - Enable the RegEx capabilities using system call from the BlueField-2.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 15 a dequeue call as long as the mbuf has a valid rte_mbuf_offload operation with 55 * Use --vdev="crypto_null" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | aesni_gcm.rst | 13 ``rte_cryptodev_sym_cpu_crypto_process`` function call for both AES-GCM and 104 * Use --vdev="crypto_aesni_gcm" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | aesni_mb.rst | 16 ``rte_cryptodev_sym_cpu_crypto_process`` function call. 152 * Use --vdev="crypto_aesni_mb" in the EAL options, which will call rte_vdev_init() internally.
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_gpio.rst | 54 Before performing actual data transfer one needs to call 58 ones. The latter call simply returns queue capacity. 66 call barely exports GPIO to userspace.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | enable_func.rst | 123 the ``rte_eal_hpet_init()`` API call should be called at application initialization. 124 This API call will ensure that the HPET is accessible, 131 depending on what is requested by an application call to ``rte_eal_hpet_init()``,
|
| /dpdk/doc/guides/regexdevs/features/ |
| H A D | default.ini | 15 PCRE call outs =
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 52 :end-before: >8 End of call lcore_mainloop() on every worker lcore. 71 This call to rte_timer_init() is necessary before doing any other operation on the timer structure.
|
| /dpdk/kernel/freebsd/ |
| H A D | meson.build | 11 # target to call make, passing in the values as env parameters.
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | zlib.rst | 60 * Use ``--vdev="compress_zlib"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
|
| /dpdk/buildtools/ |
| H A D | meson.build | 18 sphinx_wrapper = py3 + files('call-sphinx-build.py')
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_interrupts.c | 900 bool call = false; in eal_intr_process_interrupts() local 954 call = true; in eal_intr_process_interrupts() 958 call = true; in eal_intr_process_interrupts() 1001 call = true; in eal_intr_process_interrupts() 1007 if (call) { in eal_intr_process_interrupts()
|
| /dpdk/app/test/ |
| H A D | test_ring_stress_impl.h | 67 lcore_stat_update(struct lcore_stat *ls, uint64_t call, uint64_t obj, in lcore_stat_update() argument 70 ls->op.nb_call += call; in lcore_stat_update()
|