qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 3/7] qcow2: use an LRU algorithm to replace entr


From: Alberto Garcia
Subject: Re: [Qemu-block] [PATCH 3/7] qcow2: use an LRU algorithm to replace entries from the L2 cache
Date: Thu, 07 May 2015 17:01:27 +0200
User-agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu)

On Thu 07 May 2015 04:55:21 PM CEST, Eric Blake wrote:

>>      /* Give the table some hits for the start so that it won't be replaced
>>       * immediately. The number 32 is completely arbitrary. */
>> -    c->entries[i].cache_hits = 32;
>>      c->entries[i].offset = offset;
>
> The comment is now dead.

Oh! Feel free to remove it when committing the patch, otherwise I can
send a new series.

Berto



reply via email to

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