#
841e87df |
| 12-May-2023 |
Arnaud Fiorini <arnaud.fiorini@polymtl.ca> |
eal: add tracepoints to track lcores and services
The tracepoints added are used to track lcore role and status, as well as service mapping and service runstates. These tracepoints are then used in
eal: add tracepoints to track lcores and services
The tracepoints added are used to track lcore role and status, as well as service mapping and service runstates. These tracepoints are then used in analyses in Trace Compass.
Signed-off-by: Arnaud Fiorini <arnaud.fiorini@polymtl.ca> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
show more ...
|
#
21698354 |
| 11-Jul-2017 |
Harry van Haaren <harry.van.haaren@intel.com> |
service: introduce service cores concept
Add header files, update .map files with new service functions, and add the service header to the doxygen for building.
This service header API allows DPDK
service: introduce service cores concept
Add header files, update .map files with new service functions, and add the service header to the doxygen for building.
This service header API allows DPDK to use services as a concept of something that requires CPU cycles. An example is a PMD that runs in software to schedule events, where a hardware version exists that does not require a CPU.
Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
show more ...
|