Is it possible to connect a pciE slot to one of many Root Complexes, as if the device network is a fully connected graph
Let me give an example.
- Number of Sockets - 1
- Number of CPUs per Socket - 2 (Cpu0 & Cpu1)
- Connect two Gpus Gpu1 and Gpu2
Per my understand each Cpu has its own Root Complex RC. Since the system has two Cpu's I have two root complexes RC1 & RC2.
Questions:
- Can I connect Gpu1 to RC1 or RC2
- Can I connect Gpu2 to RC2 or RC1
- Can I connect both Gpu1 & Gpu2 to RC1
- Can I connect both Gpu1 & Gpu2 to RC2