Skip to content
Commit 883b311c authored by Ed Tanous's avatar Ed Tanous
Browse files

bmcweb: Redfish make CpuCoreCount optional



Fixes #18

This commit makes CPU core count an optional parameter.  Previously it
was used to determine if a slot was populated, which was a bad idea in
the first place.  This just makes the implementation a little less bad.

The best implementation would likely be to implement the state interface
in all the processor daemons to tell if the processor is present or not.
Because the processor not being present isn't very common, this is
likely low priority.

Change-Id: I42e49ef5ae7d6184d7f854069fd9a18c7c606dd3
Signed-off-by: default avatarEd Tanous <ed.tanous@intel.com>
parent 84e12cb7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment