X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_lcore.h;fp=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_lcore.h;h=0d85a91a84c150f8f41a335928f4be2d76ffe32b;hp=f7f67868c5a32d3e168e9377808a2889cec5d7fc;hb=4cd789c43ff35c4a4cd05a187f078be671f8332d;hpb=2a2b8cd7d11765c01db3a0242c5274207fbb457f diff --git a/lib/librte_eal/common/include/rte_lcore.h b/lib/librte_eal/common/include/rte_lcore.h index f7f67868c5..0d85a91a84 100644 --- a/lib/librte_eal/common/include/rte_lcore.h +++ b/lib/librte_eal/common/include/rte_lcore.h @@ -265,7 +265,9 @@ int rte_thread_setname(pthread_t id, const char *name); /** * Create a control thread. * - * Wrapper to pthread_create() and pthread_setname_np(). + * Wrapper to pthread_create(), pthread_setname_np() and + * pthread_setaffinity_np(). The dataplane and service lcores are + * excluded from the affinity of the new thread. * * @param thread * Filled with the thread id of the new created thread.