X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fwindows%2Feal.c;h=099c729f373558444364cd6a8efb47ef7477a8e4;hb=5c307ba2a5b14abb70dcc80a1283ba5a128262d9;hp=addac62ae5cf5f4960223d7a4e1260f1530b51ef;hpb=a837d5c5986d01bbeecdaae1b8ab248611dafcdd;p=dpdk.git diff --git a/lib/librte_eal/windows/eal.c b/lib/librte_eal/windows/eal.c index addac62ae5..099c729f37 100644 --- a/lib/librte_eal/windows/eal.c +++ b/lib/librte_eal/windows/eal.c @@ -66,6 +66,12 @@ eal_proc_type_detect(void) return ptype; } +bool +__rte_mp_disable(void) +{ + return true; +} + /* display usage */ static void eal_usage(const char *prgname)