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 C3368A0598; Fri, 10 Apr 2020 17:48:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88D3E1D5CC; Fri, 10 Apr 2020 17:48:20 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 385531D5C9 for ; Fri, 10 Apr 2020 17:48:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586533698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nQNQmadxt35dHWlfLMa41T/dpNt1N+eTLnTfc3TZ3pA=; b=OXqObD6o6/4ZIFR5SyZ5G4vA58KBknp5TM6TT4t4ksLnLBXp6ZStMsmvSStcK8Sfryxi3K 8U/s5MWqsEL0QX/tI5xZLY1+99RVRMJcdjH61v4FzbdajoYSCYlFqvmx0QblYA6PUXpwJj w+29EvOBYpQSKwPgHl90ehWfxrMyD+4= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-368-QX2REpXVPRixNI7kUx_tNA-1; Fri, 10 Apr 2020 11:48:12 -0400 X-MC-Unique: QX2REpXVPRixNI7kUx_tNA-1 Received: by mail-vs1-f70.google.com with SMTP id b125so314238vsd.23 for ; Fri, 10 Apr 2020 08:48:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yopNC8D/fHANvCNw7hEdyRVI6HjKkPlMq7VBCKfrJws=; b=YJsrIlMAKZc4Ii0GZqWsAPX4dj62AxEt85906kn48UeGRpGKDulxb/4JH4n+Fqnnp3 Al/RvckBROnJ2Ten6Z6Fx27ptxC1mk3M5z9rsxyWnI2p3bzGU8b4v8mOx/SIbb1TXPZM syGHJF/KpdUhags5oumOyzN4KH986rgB2VDdOvCWNUghbAxgrDs4tJWQPqe42a0Kfrx4 m8xaM5cXe1r8EF+kXXL3MLLfYvMyrKob+U4mMj3BXWo+eXKT6yFfOXxu21qKMqRuWJjt vfbLcxoSMN2h3jcUnkr8Lqca9eWpT1CfHu3PAIZeKIPgVcUkJbaFVXyaulrL0YUOc+Zm eiMQ== X-Gm-Message-State: AGi0PuaAd8I8+YPgjNiqC6ZAmA3VdqLbOlkRLzUDchPxpBQr446DFlCs 8XrNQ0ko1YlyUKkY2wYtp8Gl2ykFzskLs4lKY++xRikyq8y+7xSALfhP8Z1VyTFJdIN1gHQUlVQ P45F+s/vA8IUCQ8c2Dcg= X-Received: by 2002:a67:e995:: with SMTP id b21mr4254243vso.105.1586533692103; Fri, 10 Apr 2020 08:48:12 -0700 (PDT) X-Google-Smtp-Source: APiQypIcSUgjoU+3TdMO8EgX1Lz71uZZvYqaOAkJ6nRWufrxUuUZOqjz4OhvqDxNwUXQ6leRxMHLnFUfaDH+rhuPjck= X-Received: by 2002:a67:e995:: with SMTP id b21mr4254224vso.105.1586533691775; Fri, 10 Apr 2020 08:48:11 -0700 (PDT) MIME-Version: 1.0 References: <20200403141921.10275-1-pbhagavatula@marvell.com> <20200410090314.691-1-pbhagavatula@marvell.com> In-Reply-To: From: David Marchand Date: Fri, 10 Apr 2020 17:48:00 +0200 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob Kollanukkaran , Thomas Monjalon , "Yigit, Ferruh" , Bruce Richardson , Neil Horman , dev , Hemant Agrawal X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v4] build: enable allow experimental API flag 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" On Fri, Apr 10, 2020 at 2:12 PM David Marchand wrote: > On Fri, Apr 10, 2020 at 11:04 AM wrote: > > > > From: Pavan Nikhilesh > > > > Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile an= d > > meson.build instead enable ALLOW_EXPERIMENTAL_API flag across app, lib = and > > drivers. > > This changes reduces the clutter across the project while still maintai= ning > > the functionality of ALLOW_EXPERIMENTAL_API i.e. warning external > > applications about experimental API usage. > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by: Hemant Agrawal > Unfortunately, after more tests, setting the flag in mk/rte.app.mk and mk/rte.lib.mk defeats the goal, because rte.extXXX.mk include rte.XXX.mk. I'll post a v5 with the fix shortly. --=20 David Marchand