From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8470CA00BE; Thu, 10 Feb 2022 23:07:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 798AB410E5; Thu, 10 Feb 2022 23:07:38 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id C57C44013F for ; Thu, 10 Feb 2022 23:07:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6678C5C0175; Thu, 10 Feb 2022 17:07:36 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 10 Feb 2022 17:07:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=Nx0sLqwEqfA2hi JFqQ5piuLEKD166SqxQ7SL4SlG5bU=; b=J5OgLNeRepGwUsOqmg4kVOi97hW7eo lJrCaRbKsK11rE4JFnvGLuiX/yAbsD64jZWhEBLEOXxYW++YJVGOU3UEYoXziosB bXweAQnUy/DhmrvyYXeTizTxivqAWZ20kbHKQzRh11V+AbX/3Sc3+8pju2L/9zai +n5wGbyiAK/9SnLW1L0e+83RY2nQWFOGjOcR1c3TQO3IWamnkdtSB9wj9KWAmX90 KzwlYUQXAMMnI8BywtvFFAsPuatyeLpi7Yg9QNJPdsDpNmd37oCO/TiHzexXWZem DebvCYGkc6zPMTbpBDN4Rm6VsLXImCzo8bdODDDkX/v5Me4S00psrO7Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Nx0sLqwEqfA2hiJFqQ5piuLEKD166SqxQ7SL4SlG5 bU=; b=HOjQB9DFRQmSi7C8/zFlvmdTDt0xXxctuelNAorTmwEbc8oQy5Sol7+EJ Yi0Njshs03jP08f584+8+lvkB0YB3uHr3UfIbq1Yr0E1Kdq2XkQeG30ucSlEKj0N g760rJbkTRWCHvsw02dgUIuWu2nWktWA8JS0Qvdi5hbmkkMcsCffoVBQ+nf9StqG T3bZYdiSUNXIq1sOtFHIz/Q1lPY89gZhttjQ9j7GhE8G9RmRJKMaCPbMmkKUXCCy E1ZyYOKR5hcrTqT/zcWpwW2DdQ7EiSnkZ0PoANPRlTQh9Gs88q06hueBJLXQP3vU K9WWSM3DwCUl/phndLoYTBTkutjIg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddriedugdduheehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 10 Feb 2022 17:07:35 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Subject: Re: [PATCH v4 0/7] Verify C++ compatibility of public headers Date: Thu, 10 Feb 2022 23:07:34 +0100 Message-ID: <2583733.KRxA6XjA2N@thomas> In-Reply-To: <20220210154239.587185-1-bruce.richardson@intel.com> References: <20220204174209.440207-1-bruce.richardson@intel.com> <20220210154239.587185-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 10/02/2022 16:42, Bruce Richardson: > Bruce Richardson (7): > eal: fix header build with C++ > eventdev: fix header build with C++ > graph: fix missing explicit cast for C++ build > ipsec: fix missing explicit cast for C++ build > table: fix missing explicit casts for C++ build > vhost: fix incompatible header includes for C++ Fixes applied, thanks. > buildtools/chkincs: test headers for C++ compatibility This last patch is not merged because of a compilation issue.