On Tue, Mar 15, 2016 at 01:56:35PM -0400, Konrad Rzeszutek Wilk wrote:
> The underlaying toolstack code to do the basic
> operations when using the XEN_XSPLICE_op syscalls:
>  - upload the payload,
>  - get status of an payload,
>  - list all the payloads,
>  - apply, check, replace, and revert the payload.
> 
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>
> Signed-off-by: Ross Lagerwall <ross.lagerw...@citrix.com>
> 
> ---
> Cc: Ian Jackson <ian.jack...@eu.citrix.com>
> Cc: Stefano Stabellini <stefano.stabell...@eu.citrix.com>
> Cc: Wei Liu <wei.l...@citrix.com>
> 
> v2: Actually set zero for the _pad entries.
> v3: Split status into state and error code.
>     Add REPLACE action.
> v4: Use timeout and utilize pads.
> v5: Update per Wei's review.
> v6: Update per Wei's review.
> v7: Extra space slipped in, remove it

Huh, the title says  v4 but here it is v7.

I believe issues I mentioned in previous iterations are fixed.

Acked-by: Wei Liu <wei.l...@citrix.com>

Only one nitpick below.

> +/*
> + * The operations are asynchronous and the hypervisor may take a while
> + * to complete them. The `timeout` offers an option to expire the
> + * operation if it could not be completed within the specified time.
> + * Value of 0 means let hypervisor decide the best timeout.
> + */

Might be useful to specify the unit of timeout (ms?).


Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to