From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost: fix missing increment of log cache count Date: Sat, 23 Jun 2018 08:52:56 +0200 Message-ID: <90523792-43de-ee5b-05e7-9964c43daf6c@redhat.com> References: <20180615134846.11641-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org, xnhp0320@icloud.com, i.maximets@samsung.com To: dev@dpdk.org, tiwei.bie@intel.com, zhihong.wang@intel.com Return-path: In-Reply-To: <20180615134846.11641-1-maxime.coquelin@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 06/15/2018 03:48 PM, Maxime Coquelin wrote: > The log_cache_nb_elem was never incremented, resulting > in all dirty pages to be missed during live migration. > > Fixes: c16915b87109 ("vhost: improve dirty pages logging performance") > Cc:stable@dpdk.org > > Reported-by: Peng He > Cc: Ilya Maximets > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost.h | 1 + > 1 file changed, 1 insertion(+) Applied to dpdk-next-virtio/master Maxime