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

2017-03-01 Thread Andrew Donnellan
On 02/02/17 04:30, Christophe Lombard wrote: The service layer API (in cxl.h) lists some low-level functions whose implementation is different on PSL8, PSL9 and XSL. Each environment implements its own functions, and the common code uses them through function pointers, defined in cxl_service_laye

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

2017-02-01 Thread Christophe Lombard
The service layer API (in cxl.h) lists some low-level functions whose implementation is different on PSL8, PSL9 and XSL. Each environment implements its own functions, and the common code uses them through function pointers, defined in cxl_service_layer_ops. Signed-off-by: Christophe Lombard ---