26/04/2018 09:44, Burakov, Anatoly: > 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 <step...@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.bura...@intel.com>
Applied, thanks