Home
last modified time | relevance | path

Searched refs:services (Results 1 – 25 of 25) sorted by relevance

/dpdk/examples/service_cores/
H A Dmain.c39 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 Dservice_cores.rst12 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 Doverview.rst56 The services provided by the EAL are:
113 It provides some other optional services,
H A Dglossary.rst64 services expected from the EAL are: development kit loading and launching,
H A Dmempool_lib.rst12 It provides some other optional services such as a per-core object cache and
H A Dcompressdev.rst7 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 Dwriting_efficient_code.rst42 This data structure provides several services that increase performance, such as memory alignment o…
H A Deventdev.rst19 pipelining, packet ingress order maintenance and synchronization services to
H A Dgraph_lib.rst335 to enable fastpath services.
H A Denv_abstraction_layer.rst14 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 Dpoll_mode_drv.rst104 Burst-oriented functions are also introduced via the API for services that are intensively used by …
/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst12 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 Dl2_forward_event.rst107 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 Dl3_forward.rst195 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 Dqos_scheduler.rst233 …| Traffic Class | 13 | TCs of the same pipe services in strict priority | De…
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst9 * 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 Dcnxk.rst88 The OCTEON cnxk crypto PMD uses services from the kernel mode OCTEON cnxk
H A Dmlx5.rst16 The device can provide disk encryption services,
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst17 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 Drelease_17_11.rst261 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 Drelease_17_05.rst216 synchronization services to simplify application packet processing.
/dpdk/doc/guides/nics/
H A Ddpaa2.rst358 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 Dhns3.rst125 scheduling. When a large number of services are started, the
H A Dintel_vf.rst580 With such host instance fast packet processing, lots of services such as filtering, QoS,
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst345 * If services share the lcore, overall execution should fit budget.