SuccessChanges

Summary

  1. linux/knl: don't forget to ignore the mscache if L3 is ignored (details)
  2. lstopo/draw: fix the displaying of multiple NUMA nodes as normal (details)
Commit bdda4d4215c48fc80776203a35b7ee371ffb7a9b by brice.goglin
linux/knl: don't forget to ignore the mscache if L3 is ignored
Forgotten in commit 0106e7124b00866bedcceea01ded88d770eff76a
   linux/knl: complete rework of heuristics to guess cluster/memory
mode
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-linux.c (diff)
Commit ae7999c5694ec6355950d6fbf455a02b056ea7fb by brice.goglin
lstopo/draw: fix the displaying of multiple NUMA nodes as normal
children order
When "--children-order plain" was specified, all children (including
memory) are placed by the main call to place__children() but it wasn't
called if only memory_arity was > 0. That caused all memory children to
be placed as the first child on the left.
Only matter when there are >1 NUMA nodes in the same parent.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-draw.c (diff)