qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 01/12] Rename RDMA structures to make destina


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v2 01/12] Rename RDMA structures to make destination clear
Date: Wed, 01 Jul 2015 10:36:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Dr. David Alan Gilbert (git)" <address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> RDMA has two data types that are named confusingly;
>    RDMALocalBlock (pointed to indirectly by local_ram_blocks)
>    RDMARemoteBlock (pointed to by block in RDMAContext)
>
> RDMALocalBlocks, as the name suggests is a data strucuture that
> represents the RDMAable RAM Blocks on the current side of the migration
> whichever that is.
>
> RDMARemoteBlocks is always the shape of the RAMBlocks on the
> destination, even on the destination.
>
> Rename:
>      RDMARemoteBlock -> RDMADestBlock
>      context->'block' -> context->dest_blocks
>
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>
> Reviewed-by: Michael R. Hines <address@hidden>

Reviewed-by: Juan Quintela <address@hidden>



reply via email to

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