From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id 181105A92 for ; Fri, 20 Mar 2015 23:02:21 +0100 (CET) Received: by webcq43 with SMTP id cq43so92122142web.2 for ; Fri, 20 Mar 2015 15:02:21 -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=XXtGd/UH16q7R/tofNiG3ZEf6iq5L2Zz4tRfWkQ/20U=; b=iz6heiKdUcj+RIV7BBKbd/2Ru1LNk/2VAupQW638RZCzUN9ofsvMUVXpMxTViUvh0N oREfJpynftVaj0omLk4ziXQb8KZYz0cgvUNPrzyj1wNhx0OHcatODaxqJnwtSIiS9U8g pc0R9oBzbioiP76dP03xWuuVuAR+M/jJOwmWs2dNViRk0ORsWmkey/djb22lKwT8uIsb O61pskRFJmh2Jx+KUOGOvNWFj6EUJt2dM8iJOyUZk4v4HgRx+jOmCryWfBceVqgpx9TC 9W1u+NYzUTPaDmPZhXFbh+7HA9mFH3zaBRK6UC6fAj1SJuFQtIKVT0404pypCc1nEuys lKMA== X-Gm-Message-State: ALoCoQknHI1LhRHKDwFPEjIJjBUP1+nFQAXoVnhhln/M7joEtKlgKcZWmopO/mz/xIntkAkjXvrb X-Received: by 10.194.234.40 with SMTP id ub8mr167289549wjc.100.1426888940865; Fri, 20 Mar 2015 15:02:20 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n6sm8080179wjy.8.2015.03.20.15.02.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Mar 2015 15:02:20 -0700 (PDT) From: Thomas Monjalon To: "Ouyang, Changchun" Date: Fri, 20 Mar 2015 23:01:40 +0100 Message-ID: <1644670.pCy1Wip0W0@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <550B7560.7060301@intel.com> References: <1426761804-22995-1-git-send-email-huawei.xie@intel.com> <550B7560.7060301@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] lib/librte_vhost: fix build errors 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, 20 Mar 2015 22:02:21 -0000 > > fix the error "missing initializer" and "cast to pointer from integer of different size". > > > > For the pointer to integer cast issue, need to investigate changing the typeof mapped_address. > > > > Signed-off-by: Huawei Xie > > > Acted-by: Changchun Ouyang ^ I recommend copy/paste to avoid typo ;) Applied, thanks