eal: shut up warning about master lcore
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 26 Apr 2018 00:48:39 +0000 (17:48 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Apr 2018 15:40:21 +0000 (17:40 +0200)
commit06bfd1cbb4b594871b10d278a828c55e19a22a84
tree444a0f41dcdb4f2584049163fe697bea32d9f735
parentb0a1502a277cafe29e647d74f5fbbb3a153c63c7
eal: shut up warning about master lcore

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@networkplumber.org>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
lib/librte_eal/linuxapp/eal/eal.c