Re: [PATCH v9 12/16] vpci: add initial support for virtual PCI bus topology

2023-09-21 Thread Roger Pau Monné
On Tue, Aug 29, 2023 at 11:19:46PM +, Volodymyr Babchuk wrote: > From: Oleksandr Andrushchenko > > Assign SBDF to the PCI devices being passed through with bus 0. > The resulting topology is where PCIe devices reside on the bus 0 of the > root complex itself (embedded endpoints). > This imple

Re: [PATCH v9 12/16] vpci: add initial support for virtual PCI bus topology

2023-08-31 Thread Volodymyr Babchuk
Hi Jan, Jan Beulich writes: > On 30.08.2023 01:19, Volodymyr Babchuk wrote: >> From: Oleksandr Andrushchenko >> >> Assign SBDF to the PCI devices being passed through with bus 0. >> The resulting topology is where PCIe devices reside on the bus 0 of the >> root complex itself (embedded endpo

Re: [PATCH v9 12/16] vpci: add initial support for virtual PCI bus topology

2023-08-30 Thread Jan Beulich
On 30.08.2023 01:19, Volodymyr Babchuk wrote: > From: Oleksandr Andrushchenko > > Assign SBDF to the PCI devices being passed through with bus 0. > The resulting topology is where PCIe devices reside on the bus 0 of the > root complex itself (embedded endpoints). > This implementation is limited

[PATCH v9 12/16] vpci: add initial support for virtual PCI bus topology

2023-08-29 Thread Volodymyr Babchuk
From: Oleksandr Andrushchenko Assign SBDF to the PCI devices being passed through with bus 0. The resulting topology is where PCIe devices reside on the bus 0 of the root complex itself (embedded endpoints). This implementation is limited to 32 devices which are allowed on a single PCI bus. Plea