> +static int read_vpd(struct cxl *adapter, struct cxl_afu *afu)
...
> +if (rc > 0) {
> +cxl_dump_debug_buffer(vpd, rc);
Much nicer than including all that inline - thanks :)
Acked-by: Ian Munsie
___
Linuxppc-dev mailing list
Linuxppc-dev@
Reviewed-by: Manoj Kumar
---
Manoj Kumar
On 2/23/2016 10:21 AM, Frederic Barrat wrote:
From: Christophe Lombard
The new of.c file contains code to parse the device tree to find out
about cxl adapters and AFUs.
guest.c implements the guest-specific callbacks for the backend API.
The proces
From: Christophe Lombard
The new of.c file contains code to parse the device tree to find out
about cxl adapters and AFUs.
guest.c implements the guest-specific callbacks for the backend API.
The process element ID is not known until the context is attached, so
we have to separate the context I