]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_thread.h
trace: save bootup timestamp
[dpdk.git] / lib / librte_eal / common / eal_thread.h
index 2d30b19b9f0e8d07792e7928cc174f6444f0aea2..b40ed249edabdb4827b3c339883f5d7619190a33 100644 (file)
@@ -13,7 +13,7 @@
  * @param arg
  *   opaque pointer
  */
-__attribute__((noreturn)) void *eal_thread_loop(void *arg);
+__rte_noreturn void *eal_thread_loop(void *arg);
 
 /**
  * Init per-lcore info for master thread
@@ -34,17 +34,6 @@ void eal_thread_init_master(unsigned lcore_id);
  */
 unsigned eal_cpu_socket_id(unsigned cpu_id);
 
-/**
- * Get the NUMA socket id from cpuset.
- * This function is private to EAL.
- *
- * @param cpusetp
- *   The point to a valid cpu set.
- * @return
- *   socket_id or SOCKET_ID_ANY
- */
-int eal_cpuset_socket_id(rte_cpuset_t *cpusetp);
-
 /**
  * Default buffer size to use with eal_thread_dump_affinity()
  */