eal: move common header files
[dpdk.git] / lib / librte_eal / common / rte_service.c
2020-03-31 Thomas Monjaloneal: move common header files
2020-03-13 Harry van Haarenservice: fix crash on exit
2019-12-20 Aaron Conoleservice: don't walk out of bounds when checking services
2019-10-27 Stephen Hemmingereal: make lcore config private
2019-10-18 Nikhil Raoservice: avoid false sharing on core state
2019-10-15 Stephen Hemmingerservice: use log for error messages
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-03-28 Nikhil Raoservice: fix parameter type for attribute
2018-12-19 Jeff Shaweal: remove unnecessary dirent.h include
2018-11-06 Ferruh Yigitservice: fix possible null access
2018-07-06 Gage Eadsservice: add mechanism for quiescing
2018-07-11 Erik Gabriel Carrilloservice: add attribute API
2018-04-25 Harry van Haarenservice: remove experimental tags
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-26 Vipin Vargheseservice: fix memory leak with new function
2018-01-25 Harry van Haarenservice: fix possible mem leak on initialize
2018-01-12 Harry van Haarenservice: add attribute for number of invocations
2018-01-12 Harry van Haarenservice: add reset all attributes for service
2018-01-12 Harry van Haarenservice: add attribute get function
2018-01-11 Harry van Haarenservice: fix lcore role after delete
2018-01-11 Pavan Nikhileshservice: fix number mapped cores count
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
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