[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3] xen/public: add comment to struct xen_mem_acquire_resource
- To: Juergen Gross <jgross@xxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 24 Feb 2022 16:37:50 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=BteCfqwDRFkREaQhnGaLNsECpBk6t15po9zqcuEo+Cw=; b=hWg1tySqrpj4s4iljgYd66dTok2hKFsYNp/vUehdlGVaAADvcfc4/K87oblhQ7YwAotxeexq59SywwCL4l9Bm8RlLcId3ZdAytxMP6zia0NNt2fhATn2RI/3y2x5wgl11JRPTKgq/XCuLGxFKhkLobOBMAVTFYL6nRiC7M5zZGFQhovtaZK43g+Mmi04OhL0+N45SMGFRAvXtHWP9xP+MNlqqOAMjbjePRWMOtUrR/9k3RUtmGCqdlD99Q15D3XIkErm4amTC+47WRSDgNrY/CDVlfdRn57iOe1kYCGZSJa+utjgnegX1M/Lf4TG8J5Op5pcYjrDSi8gvmTwmN6KOQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eBhcCQCbTQiLUucLfOaxzAApI9CTLkRBIDlka8r0yl+0kkQYkjrf8AV81qP70HLUgdsI5ycATnIryahSE6H08Y7at4DASwKF6Po3mT0+ZMq5UXQYTgkKiJaTO0oKmVFORhT/injo2+gEgUt/w/WXUYzrts5Wr7ntowhxv8ut8vtpqkGuLpfeSYj+CAe+iOPlzzIZU8b5+B61HAWK16Kcwkh1ParmgVkuUY9OzGXRxubLqv/vbMzUlkOR4WM5Br6pAo58Gn3nPyJ3oeS6z2KwwXqtGxJuHONK2ZhIRPsP3C8zolO6fWbcU7KsP3+pCpRTgVAHZ9ZJDaBw6P1lYd5Qsg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 24 Feb 2022 15:37:59 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 24.02.2022 16:24, Juergen Gross wrote:
> --- a/xen/include/public/memory.h
> +++ b/xen/include/public/memory.h
> @@ -662,6 +662,13 @@ struct xen_mem_acquire_resource {
> * two calls.
> */
> uint32_t nr_frames;
> + /*
> + * Padding field, must be zero on input.
> + * In a previous version this was an output field with the lowest
> + * bit named XENMEM_rsrc_acq_caller_owned. Future versions of this
> + * interface will not reuse this bit with the field being zero on
> + * input.
> + */
> uint32_t pad;
Did you mean "... being non-zero ..." and "bit" and "field" changing
positions?
Jan
|