| /dpdk/examples/service_cores/ |
| H A D | main.c | 39 static struct rte_service_spec services[] = { variable 46 #define NUM_SERVICES RTE_DIM(services) 177 services[i].callback_userdata = 0; in main() 180 ret = rte_service_component_register(&services[i], &id); in main()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | service_cores.rst | 12 The service cores concept is built up out of services (components of DPDK that 14 running services). The power of the service core concept is that the mapping 15 between service cores and services can be configured to abstract away the 45 lcore loops over the services that are enabled for that core, and invokes the 54 profile the services running on the system at any time.
|
| H A D | overview.rst | 56 The services provided by the EAL are: 113 It provides some other optional services,
|
| H A D | glossary.rst | 64 services expected from the EAL are: development kit loading and launching,
|
| H A D | mempool_lib.rst | 12 It provides some other optional services such as a per-core object cache and
|
| H A D | compressdev.rst | 7 The compression framework provides a generic set of APIs to perform compression services 9 to perform those services. The framework currently only supports lossless compression schemes:
|
| H A D | writing_efficient_code.rst | 42 This data structure provides several services that increase performance, such as memory alignment o…
|
| H A D | eventdev.rst | 19 pipelining, packet ingress order maintenance and synchronization services to
|
| H A D | graph_lib.rst | 335 to enable fastpath services.
|
| H A D | env_abstraction_layer.rst | 14 Typical services expected from the EAL are: 44 At this point, the DPDK services layer will be initialized, then through pthread setaffinity calls,
|
| H A D | poll_mode_drv.rst | 104 Burst-oriented functions are also introduced via the API for services that are intensively used by …
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 12 This sample application registers 5 dummy services. These 5 services are used 13 to show how the service_cores API can be used to orchestrate these services to 52 order to register services: ``rte_service_component.h``, in addition
|
| H A D | l2_forward_event.rst | 107 To run application with S/W scheduler, it uses following DPDK services: 113 Application needs service cores to run above mentioned services. Service cores 331 need service cores to run internal services for Rx/Tx adapters. Application gets 332 service id for Rx/Tx adapters and after successful setup it runs the services
|
| H A D | l3_forward.rst | 195 If application uses S/W scheduler, it uses following DPDK services: 201 Application needs service cores to run above mentioned services. Service cores
|
| H A D | qos_scheduler.rst | 233 …| Traffic Class | 13 | TCs of the same pipe services in strict priority | De…
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 9 * Details of the symmetric and asymmetric crypto services below. 13 above services. See :ref:`building_qat` below. 196 A QAT device can host multiple acceleration services: 202 These services are provided to DPDK applications via PMDs which register to 341 different acceleration services.
|
| H A D | cnxk.rst | 88 The OCTEON cnxk crypto PMD uses services from the kernel mode OCTEON cnxk
|
| H A D | mlx5.rst | 16 The device can provide disk encryption services,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 17 The service core functionality added to EAL allows DPDK to run services such 19 service core infrastructure allows flexibility of running multiple services 21 configure the mapping from service lcores to services.
|
| H A D | release_17_11.rst | 261 In a specific configuration of multi-thread unsafe services and service 265 atomic locking of the services has been fixed and refactored for readability.
|
| H A D | release_17_05.rst | 216 synchronization services to simplify application packet processing.
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 358 The DPIO driver is bound to DPIO objects and provides services that allow 361 Key services include: 382 The DPBP driver is bound to a DPBP objects and provides services to
|
| H A D | hns3.rst | 125 scheduling. When a large number of services are started, the
|
| H A D | intel_vf.rst | 580 With such host instance fast packet processing, lots of services such as filtering, QoS,
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 345 * If services share the lcore, overall execution should fit budget.
|