All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien@xen.org>
To: Paul Durrant <xadimgnik@gmail.com>,
	pdurrant@amzn.com, xen-devel@lists.xenproject.org
Cc: 'Stefano Stabellini' <sstabellini@kernel.org>,
	'Wei Liu' <wl@xen.org>,
	'Konrad Rzeszutek Wilk' <konrad.wilk@oracle.com>,
	'George Dunlap' <George.Dunlap@eu.citrix.com>,
	'Andrew Cooper' <andrew.cooper3@citrix.com>,
	'Ian Jackson' <ian.jackson@eu.citrix.com>,
	'Jan Beulich' <jbeulich@suse.com>
Subject: Re: [Xen-devel] [EXTERNAL][PATCH v6 2/2] docs/designs: Add a design document for migration of xenstore data
Date: Fri, 6 Mar 2020 16:18:13 +0000	[thread overview]
Message-ID: <75aa7c0b-b297-abd7-ae7b-f75312e9dd5e@xen.org> (raw)
In-Reply-To: <01cd01d5f3b1$78b69410$6a23bc30$@xen.org>

Hi Paul,

On 06/03/2020 12:19, Paul Durrant wrote:
>>> +
>>> +`<path>` and `<value|>` should be suitable to formulate a `WRITE` operation
>>> +to the receiving xenstored and the `<perm-as-string>|+` list should be
>>> +similarly suitable to formulate a subsequent `SET_PERMS` operation.
>>> +`<perm-count>` specifies the number of entries in the `<perm-as-string>|+`
>>> +list and `<value|>` must be placed at the end because it may contain NUL
>>> +octets.
>>
>> What is the size of <perm-count>? Also, we may want perm-count to be
>> aligned to its size so we don't have to worry of unaligned access.
>>
>> How about moving <perm-count> at the beginning of the data blob?
>>
> 
> Not sure we really need to care about alignment... I'll leave as-is for the moment.

Well, you are just going to make the software more complex because you 
will have to do multiple memory access to read the field (unalign access 
are not supported everywhere). The fact that field is just after a 
flexible size field is going to make the code much worse.

Re-ordering the fields in the stream is going to be so much easier to 
do. So I would strongly recommend to rework your stream here.

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

      reply	other threads:[~2020-03-06 16:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 17:30 [Xen-devel] [PATCH v6 0/2] docs: Migration design documents pdurrant
2020-03-05 17:30 ` [Xen-devel] [PATCH v6 1/2] docs/designs: Add a design document for non-cooperative live migration pdurrant
2020-03-06 11:06   ` Julien Grall
2020-03-05 17:30 ` [Xen-devel] [PATCH v6 2/2] docs/designs: Add a design document for migration of xenstore data pdurrant
2020-03-06 12:02   ` Julien Grall
2020-03-06 12:19     ` [Xen-devel] [EXTERNAL][PATCH " Paul Durrant
2020-03-06 16:18       ` Julien Grall [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=75aa7c0b-b297-abd7-ae7b-f75312e9dd5e@xen.org \
    --to=julien@xen.org \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=konrad.wilk@oracle.com \
    --cc=pdurrant@amzn.com \
    --cc=sstabellini@kernel.org \
    --cc=wl@xen.org \
    --cc=xadimgnik@gmail.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.