From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id A938E1150; Fri, 18 Jan 2019 19:57:51 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2D2BE28266; Fri, 18 Jan 2019 13:57:51 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 18 Jan 2019 13:57:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=BUcUqhLb/wd/ZH3YEd/igLfo6KQicDylLIpuYsQCU5o=; b=WHNpTth0GlHH glGdjblbEPooV4k6ThvPBOQBVMYMaURaSW5Tw2x0iPDETkuIgXT0Qu8ysg0mM761 kn+CwdXPSIUhTPc8ZubEhzvo8ZHsMDDSUcQu8qwXRE31Met5aDsTfmV4NpsEcAKT VrvZEmuPhMzHIT6TT8gKVmy1BrKLDNg= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=BUcUqhLb/wd/ZH3YEd/igLfo6KQicDylLIpuYsQCU 5o=; b=KoiVv/1ah0k6McYieNnVjt3NHM/QRPatwCZonGBEsXJR54WJZKFGCv5oJ LVLTpq9hK07BDuyG/p0QRZ4ga2TYLCRXt/sXJhzU4ZBjptbnfNxKeS3JgPGYlizF yyfhWSFfyuLDdW0dGickg3eRo3/FXtPjxYEANew9HjRHjWmx4Lu//Zy6DYH8m1DI wjnKRYijD/f4lAC34hmkttte56L4Fg0mrwPAUatZbh7OUdAn5RhBlabhjUYe77Ok +m0Tx2/QzX+bmGs+1fgKASpR06tqRjO/52h+ToZyEvSEeWP21VvNPv0yiPah1yyB WncjbRJS5xNhWW/ZjP1wXnQk+4M3g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrhedtgdduvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EC51B100BA; Fri, 18 Jan 2019 13:57:49 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit , Andy Pei Cc: stable@dpdk.org, dev@dpdk.org, Rosen Xu Date: Fri, 18 Jan 2019 19:57:49 +0100 Message-ID: <2247553.QmnksLLfpb@xps> In-Reply-To: <20190118110933.42890-1-ferruh.yigit@intel.com> References: <1547703135-195893-1-git-send-email-andy.pei@intel.com> <20190118110933.42890-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] bus/ifpga: fix build for cpp applications 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, 18 Jan 2019 18:57:51 -0000 18/01/2019 12:09, Ferruh Yigit: > From: Andy Pei > > Brackets unmatch when __cplusplus defined. > > Fixes: 05fa3d4a6539 ("bus/ifpga: add Intel FPGA bus library") > Cc: stable@dpdk.org > > Signed-off-by: Andy Pei > Reviewed-by: Ferruh Yigit Applied, thanks