**Summary**
Add `hwloc` package to get info and generate CPU - Numa topology
Use it in `tech-support`
**Use case**
Check NUMA topology of CPU and devices
Get CPU topology in .png format, useful for debug issues related incorrect connection of the NIC to the remote NUMA node
```
hwloc-ls
lstopo --output-format png > /tmp/topology.png
```
{F8254837}