From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: [PATCH 0/2] vhost_worker fixes Date: Wed, 14 Aug 2013 09:01:27 +0200 Message-ID: <520B2B47.9040002@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Asias He , kvm-devel To: "Michael S. Tsirkin" Return-path: Received: from juliette.telenet-ops.be ([195.130.137.74]:43818 "EHLO juliette.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754723Ab3HNHBf (ORCPT ); Wed, 14 Aug 2013 03:01:35 -0400 Sender: kvm-owner@vger.kernel.org List-ID: There are two patches in this series: * A patch that reduces vhost_work_flush() latency on busy systems. * A patch that avoids that vhost_work_flush() returns early. I found these issues via code inspection.