[PATCH V4 4/7] cxl: Update implementation service layer

2017-04-07 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

Re: [PATCH V4 4/7] cxl: Update implementation service layer

2017-04-10 Thread Andrew Donnellan
On 08/04/17 00:11, Christophe Lombard wrote: 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

Re: [PATCH V4 4/7] cxl: Update implementation service layer

2017-04-10 Thread Frederic Barrat
Le 07/04/2017 à 16:11, 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. -