From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id C03DBA05D3 for ; Fri, 29 Mar 2019 14:53:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B9852326D; Fri, 29 Mar 2019 14:53:07 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BC4F11DB8 for ; Fri, 29 Mar 2019 14:53:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 22C0821EBE; Fri, 29 Mar 2019 09:53:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 29 Mar 2019 09:53:06 -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=mesmtp; bh=850i9ySXKtQwy5r2P+v2et8BmN7j0miRfHcded/Dat0=; b=O+W3kEOO2KnA nawGM2MB3n3goL6U8l0GvVhxyndl8O1WkLTk00t4Xu7GrtAFgP4wREsqbO3Lude1 iq1vCDG71OOBsol8Ej+XlEqQ0I4QkSvyViLHeL9IGRiRgV57gaHRJLsnP/tfwaWJ 5PQeCWj73Y8E9f/6JukDRT1tXRXkKYM= 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=fm2; bh=850i9ySXKtQwy5r2P+v2et8BmN7j0miRfHcded/Da t0=; b=SYtug1sZ6V44xUIXJ+3F4D/Nf/hY5hFxlbvbpAGaJTudjlrJE+2XuNFt+ dVow3MIYV8mfvhWS0GOV91kzl7aFmUAFqYqaAzlTy1f58Qu01+jcy86VqXVf52Rc tV8oZS6nFLrcQL4et38TXs8I5vemRbImTAYg8iNEWrw9RLRQqXuv/5+ZwFPHNs++ RD8JCiEO0qucC1ooRfP1Ldn/8y+vo85mtNRBECWlw85FaliFsZdl9RxHed2V38sE nvm4i3eaitlBMMGpq3nLXO3II0GsRv2lYL3DtiX/YKQh2+vXf1XHK2XYzZspbXtq LWnp12Ej4YlUDo8Pd6ZNTNOW8Egxg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeejgdefudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt 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 8AAA2E46C1; Fri, 29 Mar 2019 09:53:04 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, Shreyansh Jain Date: Fri, 29 Mar 2019 14:53:03 +0100 Message-ID: <2674692.yu0QCNznsR@xps> In-Reply-To: <20190326121610.28024-1-hemant.agrawal@nxp.com> References: <20190326121610.28024-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/5] raw/dpaa2_qdma: remove experimental tag from APIs 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" Message-ID: <20190329135303.7nLrwJ_-MLzcCdmJ42j9lp-FhIp4nPf4c9XirWJhTWc@z> 26/03/2019 13:18, Hemant Agrawal: > These APIs has been in the DPDK for few release now. > This patch removes the experimental tags for the APIs. > > Signed-off-by: Hemant Agrawal > --- > -CFLAGS += -DALLOW_EXPERIMENTAL_API You cannot remove this if you still use experimental APIs from other libraries. Have you seen the error reported by the CI? http://mails.dpdk.org/archives/test-report/2019-March/078034.html