lib: fix typos
[dpdk.git] / lib / librte_eal / common / rte_service.c
2017-11-13 Pavel Shirshovlib: fix typos
2017-11-07 Harry van Haarenservice: fix race in service on app lcore function
2017-10-25 Harry van Haarenservice: allow to disable core check
2017-10-25 Harry van Haarenservice: add function to run on app lcore
2017-09-21 Yi Yangservice: fix build with gcc 4.9
2017-09-15 Guduri Prathyushaservice: fix lcore stop
2017-09-15 Harry van Haarenservice: add component runstate
2017-09-15 Harry van Haarenservice: reset core call stats on dump
2017-09-15 Harry van Haarenservice: fix lcore in wait state in lcore add
2017-09-15 Harry van Haarenservice: fix return values of functions to 0 or 1
2017-09-15 Harry van Haarenservice: fix loops to always scan all services
2017-09-15 Harry van Haarenservice: fix and refactor atomic service accesses
2017-09-15 Harry van Haarenservice: use id in get by name function
2017-09-15 Harry van Haarenservice: use id in unregister
2017-09-15 Harry van Haarenservice: use id in service stats functions
2017-09-15 Harry van Haarenservice: use id in runstate function
2017-09-15 Harry van Haarenservice: return integer service id from register
2017-09-15 Harry van Haarenservice: use id in lcore to service map functions
2017-09-15 Harry van Haarenservice: use id in probe and get name
2017-09-14 Pavan Nikhileshservice: add count per lcore
2017-07-31 Harry van Haarenservice: fix shifts to operate on 64-bit integers
2017-07-16 Harry van Haarenservice: introduce service cores concept