From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 959148DB1 for ; Fri, 25 Sep 2015 15:01:04 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so20942154wic.0 for ; Fri, 25 Sep 2015 06:01:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=5aHUXzVUUEmkJLoMcSX+2WADtP7qBJFg99gwqczBhHI=; b=ifLx76t4oB1DQjufsDI7T0xP6hnCzcTfreMyqHG2Itc1xLQVa38LmNgAn2V1TcY9SO uQihgDavBhJIljxNHarx9RZ3s6xK+tsUG5KN6zP6tJgt+xUBQzVV5BUxtDUtAqdGqzUx uW1gXVSitMOoyJrPEmieFLiFxcgBS4MR0Md4+VqnNa2Q6/+PiXcJ1/0cZE3LbQap+0e0 s8okA7xe3blajrCwBmeHYf2GbhpcCNBMlk3LZYKm1gRi+ZmDcTZAXjGmUwD5UNLgQqTY m3G74YUokZC18wGOSb/8HsT6lQbKXiWvWYjYg1tn3Oil+AAlT2QG/JEEjSCHgIKGlz1c OtFA== X-Gm-Message-State: ALoCoQnniyj1s2cnsbocDdNxveC8o+w9iKK7jsfMC7zN9/K650kZzuoanhDzk5RcjUc4bqsBrzNh X-Received: by 10.194.120.198 with SMTP id le6mr6085654wjb.133.1443186064199; Fri, 25 Sep 2015 06:01:04 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id cv4sm3281271wjc.17.2015.09.25.06.01.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 06:01:03 -0700 (PDT) From: Thomas Monjalon To: Yuanhan Liu Date: Fri, 25 Sep 2015 14:59:57 +0200 Message-ID: <2343439.gCsSet01WT@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1848599.sSxKKo3m0q@xps13> References: <1441776876-14595-1-git-send-email-yuanhan.liu@linux.intel.com> <20150924140100.GD2326@yliu-dev.sh.intel.com> <1848599.sSxKKo3m0q@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 4/4 v2] vhost: fix wrong usage of eventfd_t X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 13:01:04 -0000 2015-09-25 14:44, Thomas Monjalon: > 2015-09-24 22:01, Yuanhan Liu: > > Would you consider to apply these 4 patches please? The 4th patch > > affects quite many lines of code, and the sooner we apply it, the > > fewer chance it will introduce conflicts for later patches. > > Yes, I'm checking it. Applied, thanks