[dpdk-dev] [PATCH] eal: shut up warning about master lcore

Burakov, Anatoly anatoly.burakov at intel.com
Thu Apr 26 09:44:03 CEST 2018


On 26-Apr-18 1:48 AM, Stephen Hemminger wrote:
> This message looks suspicious and seen on healthy testpmd.
>   EAL: WARNING: Master core has no memory on local socket!
> 
> The message is wrong: the master lcore is 0 and its socket is 0
> and there are multiple available memory segments on socket 0.
> 
> At that point in the startup process, the count value is zero,
> meaning they are not used yet so the check_socket gets confused.
> 
> Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists")
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---

Was aware of this and going to fix it myself, but higher priority items 
popped up. Thanks for fixing this!

Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>

-- 
Thanks,
Anatoly


More information about the dev mailing list