From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/5] raw/dpaa2_qdma: remove experimental tag from APIs Date: Fri, 29 Mar 2019 14:53:03 +0100 Message-ID: <2674692.yu0QCNznsR@xps> References: <20190326121610.28024-1-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shreyansh Jain To: Hemant Agrawal Return-path: 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) In-Reply-To: <20190326121610.28024-1-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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