| /dpdk/lib/graph/ |
| H A D | graph_stats.c | 64 const uint64_t calls = stat->calls; in print_node() local 68 call_delta = calls - prev_calls; in print_node() 81 stat->name, calls, objs, stat->realloc_count, objs_per_call, in print_node() 333 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; in cluster_node_arregate_stats() local 341 calls += node->total_calls; in cluster_node_arregate_stats() 347 stat->calls = calls; in cluster_node_arregate_stats() 360 stat->prev_calls = stat->calls; in cluster_node_store_prev_stats() 398 node->calls = 0; in rte_graph_cluster_stats_reset()
|
| H A D | rte_graph.h | 198 uint64_t calls; /**< Current number of calls made. */ member
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 53 uint64_t calls; member 368 s->calls++; in service_runner_do_callback() 800 *attr_value = s->calls; in rte_service_attr_get() 836 s->calls = 0; in rte_service_attr_reset_all() 861 int calls = 1; in service_dump_one() local 863 if (s->calls != 0) in service_dump_one() 864 calls = s->calls; in service_dump_one() 867 s->spec.name, service_stats_enabled(s), s->calls, in service_dump_one() 868 s->cycles_spent, s->cycles_spent / calls); in service_dump_one()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_classify.rst | 77 The ``main()`` function performs the initialization and calls the execution 188 The ``add_rules`` function reads the ``ipv4_rules_file.txt`` file and calls the 189 ``add_classify_rule`` function which calls the 194 :start-after: Reads file and calls the add_classify_rule function. 8< 201 As we saw above the ``main()`` function calls an application function on the 203 The ``lcore_main`` function calls the ``rte_flow_classifier_query`` API.
|
| H A D | l2_forward_cat.rst | 26 specific and COS bitmasks need to be contiguous. Sample code calls this bitmask 169 The ``main()`` function performs the initialization and calls the execution 199 calls. When all capability and topology information is collected, the requested 203 relevant CPUs via ``pqos_l3ca_assoc_set(...)`` calls. 207 COS 0 to all involved CPUs via ``pqos_l3ca_assoc_set(...)`` calls.
|
| H A D | skeleton.rst | 47 The ``main()`` function performs the initialization and calls the execution 135 As we saw above the ``main()`` function calls an application function on the
|
| H A D | ptpclient.rst | 91 The ``main()`` function performs the initialization and calls the execution 148 As we saw above the ``main()`` function calls an application function on the
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_xstats.c | 15 calls, enumerator 59 case calls: return sw->sched_called; in get_dev_stat() 81 case calls: return p->total_polls; in get_port_stat() 188 calls, no_iq_enq, no_cq_enq, sched_last_iter_bitmask, in sw_xstats_init() enumerator 202 calls, poll_return, in sw_xstats_init() enumerator
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dsw.rst | 72 Repeated calls to rte_event_maintain() will also flush the output 97 The distributed software eventdev does not support calls to
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_distrib_lib.rst | 57 which should only be called on the lcore which also calls the process API. 80 The flush and clear_returns API calls, mentioned previously, 88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
|
| H A D | flow_classify_lib.rst | 356 It then calls the ``table.ops.f_add`` API to add the rule to the ACL 362 The ``rte_flow_classify_table_entry_delete`` API calls the 370 This API calls the flow_classify_run internal function which calls the
|
| H A D | pdump_lib.rst | 64 For the calls to these APIs from secondary process, the library creates the "pdump enable" request … 80 For the calls to these APIs from secondary process, the library creates the "pdump disable" request…
|
| H A D | event_ethernet_tx_adapter.rst | 114 The application calls ``rte_event_eth_tx_adapter_start()`` to start the adapter. 115 This function calls the start callback of the eventdev PMD if supported,
|
| H A D | kernel_nic_interface.rst | 14 (by eliminating system calls and copy_to_user()/copy_from_user() operations. 286 will be called which calls ``rte_eth_dev_default_mac_addr_set()`` 296 will be called which calls ``rte_eth_promiscuous_<enable|disable>()`` 305 ``kni_config_allmulticast()`` will be called which calls
|
| H A D | bpf_lib.rst | 66 - external function calls for 32-bit platforms
|
| H A D | service_cores.rst | 52 of calls to a specific service, and number of cycles used by the service. The
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 102 The above table only shows mapping when API calls for dynamic compression. 142 The following parameter (optional) can be provided in the previous two calls:
|
| H A D | zlib.rst | 62 The following parameter (optional) can be provided in the previous two calls:
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | ioat.rst | 96 device via multiple enqueue calls between calls to the ``rte_dma_submit()`` function.
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 37 The following parameters (all optional) can be provided in the previous two calls:
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ioat.rst | 218 the application calls ``rte_ioat_completed_ops()``. 231 application calls the ``rte_ioat_perform_ops()`` function. This function 235 enqueue calls between calls to the ``rte_ioat_perform_ops()`` function.
|
| H A D | dpaa2_qdma.rst | 68 use this index for further rawdev function calls.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | enable_func.rst | 121 For an application to use the ``rte_get_hpet_cycles()`` and ``rte_get_hpet_hz()`` API calls, 129 API calls be used instead of the HPET-specific APIs.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 57 The following parameters (all optional) can be provided in the previous two calls:
|
| /dpdk/doc/guides/nics/ |
| H A D | af_packet.rst | 14 calls and the copies needed between user space and Kernel.
|