From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 36FDEC63C for ; Mon, 4 May 2015 07:29:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 03 May 2015 22:29:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,364,1427785200"; d="scan'208";a="720131743" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by fmsmga002.fm.intel.com with ESMTP; 03 May 2015 22:29:48 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 4 May 2015 13:29:47 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.107]) by shsmsx102.ccr.corp.intel.com ([10.239.4.154]) with mapi id 14.03.0224.002; Mon, 4 May 2015 13:29:46 +0800 From: "Xie, Huawei" To: Thomas Monjalon , "Ouyang, Changchun" Thread-Topic: [dpdk-dev] [PATCH v5 0/5] Refactor module `eventfd_link' Thread-Index: AdCGK1ShlRLP39WaTD2zFQBFUFZ/rQ== Date: Mon, 4 May 2015 05:29:46 +0000 Message-ID: References: <1427994080-10163-1-git-send-email-pboldin@mirantis.com> <1429184910-30186-1-git-send-email-pboldin@mirantis.com> <3110700.hKlsfXkQS5@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v5 0/5] Refactor module `eventfd_link' 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: Mon, 04 May 2015 05:29:50 -0000 Thomas:=0A= Would review this patch this week.=0A= =0A= On 4/28/2015 10:36 PM, Thomas Monjalon wrote:=0A= > Huawei, Changchun,=0A= > Any opinion about these patches?=0A= >=0A= > 2015-04-16 14:48, Pavel Boldin:=0A= >> This patchset contains refactoring steps for the `eventfd_link' module= =0A= >> of the DPDK's `librte_vhost' part.=0A= >>=0A= >> The commit messages are updated to include `Signed-off-by'.=0A= >>=0A= >> Pavel Boldin (5):=0A= >> vhost: eventfd_link: moving ioctl to a function=0A= >> vhost: eventfd_link: add function fget_from_files=0A= >> vhost: eventfd_link: fix ioctl return values=0A= >> vhost: eventfd_link: replace copy-pasted sys_close=0A= >> vhost: eventfd_link: removing extra #includes=0A= >>=0A= >> lib/librte_vhost/eventfd_link/eventfd_link.c | 181 +++++++++++++-------= -------=0A= >> 1 file changed, 87 insertions(+), 94 deletions(-)=0A= >=0A= >=0A= =0A=