numam-dpdk/drivers/event/sw
Harry van Haaren a599eb31f2 event/sw: add service capability
This commit shows how easy it is to enable a specific
DPDK component with a service callback, in order to get
CPU cycles for it.

The beauty of this method is that the service is unaware
of how much CPU time it is getting - the application can
decide how to split and slice cores and map them to the
registered services.

Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
2017-07-16 20:38:21 +02:00
..
event_ring.h eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
iq_ring.h eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
Makefile event/sw: support xstats 2017-04-04 19:19:52 +02:00
rte_pmd_evdev_sw_version.map event/sw: add new software-only eventdev driver 2017-04-04 19:19:51 +02:00
sw_evdev_scheduler.c event/sw: change worker rings to standard event rings 2017-07-07 09:30:01 +02:00
sw_evdev_worker.c event/sw: change worker rings to standard event rings 2017-07-07 09:30:01 +02:00
sw_evdev_xstats.c event/sw: change worker rings to standard event rings 2017-07-07 09:30:01 +02:00
sw_evdev.c event/sw: add service capability 2017-07-16 20:38:21 +02:00
sw_evdev.h event/sw: add service capability 2017-07-16 20:38:21 +02:00