qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/10] Sort destination RAMBlocks to be the same


From: Michael R. Hines
Subject: Re: [Qemu-devel] [PATCH 09/10] Sort destination RAMBlocks to be the same as the source
Date: Tue, 19 May 2015 13:51:49 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 04/20/2015 10:57 AM, Dr. David Alan Gilbert (git) wrote:
From: "Dr. David Alan Gilbert" <address@hidden>

Use the order of incoming RAMBlocks from the source to record
an index number; that then allows us to sort the destination
local RAMBlock list to match the source.

Now that the RAMBlocks are known to be in the same order, this
simplifies the RDMA Registration step which previously tried to
match RAMBlocks based on offset (which isn't guaranteed to match).

OK, so, what's the reason for sorting?

If the offset is not gauranteed to match (based on a new patch
that I assume you have coming), then we need to index into
the hashtable based on something that does match, such
as the name you added or some other key.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]