X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Finclude%2Frte_eal.h;h=eaf6469e50b1938f8614e9ab2c2237cbccf2860b;hb=8d63961fc7137cab823f85a50ee82779792f21e4;hp=e3c2ef185eed6abfc8d2ab9c3c7fab8f9a5d403f;hpb=1a11380bf45be83d66493819f3a6e8c9868869be;p=dpdk.git diff --git a/lib/librte_eal/include/rte_eal.h b/lib/librte_eal/include/rte_eal.h index e3c2ef185e..eaf6469e50 100644 --- a/lib/librte_eal/include/rte_eal.h +++ b/lib/librte_eal/include/rte_eal.h @@ -65,17 +65,9 @@ int rte_eal_iopl_init(void); /** * Initialize the Environment Abstraction Layer (EAL). * - * This function is to be executed on the MASTER lcore only, as soon + * This function is to be executed on the MAIN lcore only, as soon * as possible in the application's main() function. - * - * The function finishes the initialization process before main() is called. - * It puts the SLAVE lcores in the WAIT state. - * - * When the multi-partition feature is supported, depending on the - * configuration (if CONFIG_RTE_EAL_MAIN_PARTITION is disabled), this - * function waits to ensure that the magic number is set before - * returning. See also the rte_eal_get_configuration() function. Note: - * This behavior may change in the future. + * It puts the WORKER lcores in the WAIT state. * * @param argc * A non-negative value. If it is greater than 0, the array members