From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ouyang, Changchun" Subject: Re: [PATCH] lib/librte_vhost: fix build errors Date: Fri, 20 Mar 2015 09:18:24 +0800 Message-ID: <550B7560.7060301@intel.com> References: <1426761804-22995-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org, "Ouyang, Changchun" Return-path: In-Reply-To: <1426761804-22995-1-git-send-email-huawei.xie-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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