Re: [dpdk-dev] [PATCH] vhost: fix missing increment of log cache count

2018-06-23 Thread Maxime Coquelin
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:sta...@dpdk.org Reported-by: Peng He Cc: Ilya Maximets Signed

Re: [dpdk-dev] [PATCH] vhost: fix missing increment of log cache count

2018-06-17 Thread Tiwei Bie
On Fri, Jun 15, 2018 at 03:48:46PM +0200, 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: sta...@dpdk.org > > Reported-by: Peng

Re: [dpdk-dev] [PATCH] vhost: fix missing increment of log cache count

2018-06-15 Thread Ilya Maximets
On 15.06.2018 16:48, 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: sta...@dpdk.org > > Reported-by: Peng He > Cc: Ilya Maxim

[dpdk-dev] [PATCH] vhost: fix missing increment of log cache count

2018-06-15 Thread Maxime Coquelin
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: sta...@dpdk.org Reported-by: Peng He Cc: Ilya Maximets Signed-off-by: Maxime Coquelin --- lib/librte_vhost/v