Re: [PATCH 06/17] pnv_phb4.c: attach default root port in phb4 realize()

2022-01-03 Thread Cédric Le Goater
On 12/28/21 20:37, Daniel Henrique Barboza wrote: We're adding the default pnv_phb4_root_port in pnv_chip_power9_pec_realize() by going into each stack, from eack pec, each accessing the stack PHB and adding the port. This will be an annoyance when trying to implement user creatable PHB4 dev

[PATCH 06/17] pnv_phb4.c: attach default root port in phb4 realize()

2021-12-28 Thread Daniel Henrique Barboza
We're adding the default pnv_phb4_root_port in pnv_chip_power9_pec_realize() by going into each stack, from eack pec, accessing the stack PHB and adding the port. This will be an annoyance when trying to implement user creatable PHB4 devices because, when that happens, stack->phb is not guaranteed