From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdcld-0002eO-ND for qemu-devel@nongnu.org; Tue, 14 Feb 2017 08:03:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdclc-0005Od-SH for qemu-devel@nongnu.org; Tue, 14 Feb 2017 08:03:37 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:35726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdclc-0005OH-MX for qemu-devel@nongnu.org; Tue, 14 Feb 2017 08:03:36 -0500 Received: by mail-wm0-x241.google.com with SMTP id u63so3455294wmu.2 for ; Tue, 14 Feb 2017 05:03:36 -0800 (PST) Sender: Paolo Bonzini References: <1487006388-7966-1-git-send-email-quintela@redhat.com> From: Paolo Bonzini Message-ID: <1a8cebc2-7510-0c1f-70bd-2a922c1be1a3@redhat.com> Date: Tue, 14 Feb 2017 14:03:37 +0100 MIME-Version: 1.0 In-Reply-To: <1487006388-7966-1-git-send-email-quintela@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/12] Multifd v4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com On 13/02/2017 18:19, Juan Quintela wrote: > [v4] > > - Address reviews > - move synchronization to semaphores (faster). Paolo suggestion > - improvements overall (see invidiual patches) > - fix all the checkpatch warnings > - fix all [HACKS] except for one > > Please review. I think you can simplify the receive threads much more. I left comments on patch 11. Paolo