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 69C40569C for ; Fri, 20 Mar 2015 02:18:27 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 19 Mar 2015 18:18:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,434,1422950400"; d="scan'208";a="694910072" Received: from couyang-mobl2.ccr.corp.intel.com (HELO [10.239.204.197]) ([10.239.204.197]) by fmsmga002.fm.intel.com with ESMTP; 19 Mar 2015 18:18:26 -0700 Message-ID: <550B7560.7060301@intel.com> Date: Fri, 20 Mar 2015 09:18:24 +0800 From: "Ouyang, Changchun" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: dev@dpdk.org, "Ouyang, Changchun" References: <1426761804-22995-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1426761804-22995-1-git-send-email-huawei.xie@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 01:18:27 -0000 On 3/19/2015 6:43 PM, Huawei Xie wrote: > 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