From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 749091C735 for ; Fri, 11 May 2018 17:12:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E82BC25F77; Fri, 11 May 2018 11:12:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 11 May 2018 11:12:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=xpmnGPtitT8suerrjt6BzBAkLh y52F45kSWWGpgc1Xk=; b=au3RJCWmmWLKwBYYq2r18jcBfE8vpF7lxgOJtRXqYY FgexjY/X/jgsrtYlnthF6eQfm1QdM1VotW4dcNah/eZJNU5vUoOZhm46bPSegEe2 posXS4DHZSOEqRKzkc7q87GT0Ax93G2s4fwSjJIB4ropH/Kk9/0iXgxtgdPAvoQu c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=xpmnGP titT8suerrjt6BzBAkLhy52F45kSWWGpgc1Xk=; b=UAB/PzvzLCp9vtVQ1GEWyC wcopVTuYPTRsK74IVf9GewRRd9Yf6eoWMC92OkCcEsC4c/cYvmrW8wkQLuL2mhwW f/0pOeqzLAEwQXvbzFe1WrD/vneob99Ixlzet3PTSeqzCw4c+OWt0Sk+fD3Otsv4 ATJhBQb8tjR1ukqVuy97kAosxyL+MFYhNjcNSkFHuaqHsQlq73FqwMSl2fGOulE5 fndkcZIpRTscVuGy+YZfp7u7G4Zp+fS7mpaMbsK1qqtNaNuVPXn6GrrIe+hf9gQV GWXAg8jSIDmdQSLt9a1SV7JqMzx7sSg8LXkMk1Q163SXxVqjMuNzq/TsbTueG40g == X-ME-Sender: Received: from xps.localnet (5.17.136.77.rev.sfr.net [77.136.17.5]) by mail.messagingengine.com (Postfix) with ESMTPA id 5A0A3E5082; Fri, 11 May 2018 11:12:34 -0400 (EDT) From: Thomas Monjalon To: "Xu, Rosen" Cc: dev@dpdk.org, "Zhang, Qi Z" , "Zhang, Roy Fan" , "Doherty, Declan" , "Richardson, Bruce" , "shreyansh.jain@nxp.com" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "Zhang, Tianfei" , "Liu, Song" , "Wu, Hao" , "gaetan.rivet@6wind.com" Date: Fri, 11 May 2018 17:12:31 +0200 Message-ID: <29352496.Du3je1QdSZ@xps> In-Reply-To: <039ED4275CED7440929022BC67E70611531B14C3@SHSMSX103.ccr.corp.intel.com> References: <1521553556-62982-1-git-send-email-rosen.xu@intel.com> <1526027491-30152-1-git-send-email-rosen.xu@intel.com> <039ED4275CED7440929022BC67E70611531B14C3@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v12 0/3] Introduce Intel FPGA BUS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 15:12:39 -0000 11/05/2018 14:11, Zhang, Qi Z: > > From: "Xu, Rosen" > > > > Intel FPGA BUS in DPDK > > ------------------------- > > > > This patch set introduces Intel FPGA BUS support in DPDK. > > > Though opens remains, overall is OK, no objection for merge. > > Reviewed-by: Qi Zhang Applied, thanks