Re: [06/15] cxl: Do not create vPHB if there are no AFU configuration records

2016-07-15 Thread Michael Ellerman
On Wed, 2016-13-07 at 21:17:05 UTC, Ian Munsie wrote: > From: Ian Munsie > > The vPHB model of the cxl kernel API is a hierarchy where the AFU is > represented by the vPHB, and it's AFU configuration records are exposed > as functions under that vPHB. If there are no AFU configuration records > w

[PATCH 06/15] cxl: Do not create vPHB if there are no AFU configuration records

2016-07-13 Thread Ian Munsie
From: Ian Munsie The vPHB model of the cxl kernel API is a hierarchy where the AFU is represented by the vPHB, and it's AFU configuration records are exposed as functions under that vPHB. If there are no AFU configuration records we will create a vPHB with nothing under it, which is a waste of re

Re: [PATCH 06/15] cxl: Do not create vPHB if there are no AFU configuration records

2016-07-12 Thread Andrew Donnellan
On 11/07/16 21:50, Ian Munsie wrote: From: Ian Munsie The vPHB model of the cxl kernel API is a hierarchy where the AFU is represented by the vPHB, and it's AFU configuration records are exposed as functions under that vPHB. If there are no AFU configuration records we will create a vPHB with n

[PATCH 06/15] cxl: Do not create vPHB if there are no AFU configuration records

2016-07-11 Thread Ian Munsie
From: Ian Munsie The vPHB model of the cxl kernel API is a hierarchy where the AFU is represented by the vPHB, and it's AFU configuration records are exposed as functions under that vPHB. If there are no AFU configuration records we will create a vPHB with nothing under it, which is a waste of re