X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_eal.h;h=f4ecd2e0bb585aa9796940eaa9b19ae9a3b2e2e6;hb=f9462cf0b948fff3b3c5b4c05e4386bfe6715a2b;hp=f2c4b7dde1a2ea7a6b98f813c7a4d32bfd3d744c;hpb=9ee27b718bd45d586129d2365c28b51a7bfa0baf;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/include/rte_eal.h index f2c4b7dde1..f4ecd2e0bb 100644 --- a/lib/librte_eal/common/include/rte_eal.h +++ b/lib/librte_eal/common/include/rte_eal.h @@ -129,9 +129,8 @@ int rte_eal_iopl_init(void); * This function is to be executed on the MASTER lcore only, as soon * as possible in the application's main() function. * - * The function finishes the initialization process that was started - * during boot (in case of baremetal) or before main() is called (in - * case of linuxapp). It puts the SLAVE lcores in the WAIT state. + * 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