From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C8A94A052B; Thu, 30 Jul 2020 23:47:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 052A32BB8; Thu, 30 Jul 2020 23:47:10 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 56F2BA3 for ; Thu, 30 Jul 2020 23:47:09 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id C90055C0139; Thu, 30 Jul 2020 17:47:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 30 Jul 2020 17:47:08 -0400 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=fm1; bh= dGCK2kvv8IGvbH+bhQqQERmnWZRmKsevfQOeL7my/KM=; b=PYrRGrAam16uaoD+ inAq/uyt7eupdAXorbwnP3ell47hOJtOxwA8NzsEHuvbEIRm75ArjIGb9cL3bZJL ADzV6UQDKNg8erpBZg04PAbBJbXuU8Hy8aOmHLIzZfnIXdOJXRlGceR1hJRoCGna LnbKbYIbDjl9xmL/KM0xhorKNLIDZRe36mj2gIRVCDxj5lhGE0vM/D2ZinxT6Xcu dnGbs5hQUvTnigCwchgjauodhzx8VCDLgxCaIpHJOpm9fMveqwGFEftgV6YpoAKA kTrFohO8NKE16+NR0WLAQxFLIm+kh4z07pUTT9+gJRkbG3KOQUNCLn2e6CRmUCYV siPOrg== 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=fm3; bh=dGCK2kvv8IGvbH+bhQqQERmnWZRmKsevfQOeL7my/ KM=; b=AfQeqr9tZooGizPVR+B3f7ld55Olgy7Z4nL7zC9GjqyBRULLMobudSQ4t WzZIhj7Z+Sej0bBLgxThAjQL/zrtxKsPzYpOmVROw8Zh8F8z/QgStfaynM8nE7L7 TVGmu8SjdcBhEWIHo0skC8e8SiR5PPToQbQqSdg1p+FQnOBF6wH1azrLvKdNSlpw mxeiZ9h8ynwle8zCfJnEMm+ZAIC003nApUXWdS6ha0YataO4En2+hg+rHAmfmkZP /B92rJcVewwaoUa9eNRZ+CObdxOqX6+vfbj36kNoTYLqFDCQcAfUdTHWleJXFXmI Jw0ERSsgPvOynCh/gKmfDYLziBxTg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrieejgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpeffvdffjeeuteelfeeileduudeugfetjeelveefkeejfeeigeehteff vdekfeegudenucffohhmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvd dtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 2BFB430600DC; Thu, 30 Jul 2020 17:47:08 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org Date: Thu, 30 Jul 2020 23:47:07 +0200 Message-ID: <4964846.IePHcpuFhp@thomas> In-Reply-To: <20200716072648.3076-1-david.marchand@redhat.com> References: <20200716072648.3076-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: forbid experimental build flag for non-examples 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/07/2020 09:26, David Marchand: > -DALLOW_EXPERIMENTAL_API is always set for in-tree compilation since > https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5 > > Warn people not to copy/paste this flag that was needed before. > > Signed-off-by: David Marchand Applied with small rewording, thanks