Re: [PATCH V2 3/6] cxl: Update implementation service layer

2017-03-20 Thread Andrew Donnellan
On 21/03/17 03:17, Frederic Barrat wrote: Le 14/03/2017 à 12:08, Christophe Lombard a écrit : The service layer API (in cxl.h) lists some low-level functions whose implementation is different on PSL8, PSL9 and XSL: - Init implementation for the adapter and the afu. - Invalidate TLB/SLB. - At

Re: [PATCH V2 3/6] cxl: Update implementation service layer

2017-03-20 Thread Frederic Barrat
Le 14/03/2017 à 12:08, Christophe Lombard a écrit : The service layer API (in cxl.h) lists some low-level functions whose implementation is different on PSL8, PSL9 and XSL: - Init implementation for the adapter and the afu. - Invalidate TLB/SLB. - Attach process for dedicated/directed models. -

[PATCH V2 3/6] cxl: Update implementation service layer

2017-03-14 Thread Christophe Lombard
The service layer API (in cxl.h) lists some low-level functions whose implementation is different on PSL8, PSL9 and XSL: - Init implementation for the adapter and the afu. - Invalidate TLB/SLB. - Attach process for dedicated/directed models. - Handle psl interrupts. - Debug registers for the adapte