From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] log: add missing experimental tag Date: Wed, 19 Dec 2018 02:30:21 +0100 Message-ID: <35118713.S1eQjJEhqc@xps> References: <1543912111-8106-1-git-send-email-david.marchand@redhat.com> <20181204151853.GB31778@hmswarspite.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Neil Horman , dev@dpdk.org, tredaelli@redhat.com, ferruh.yigit@intel.com, ivan.malov@oktetlabs.ru, arybchenko@solarflare.com To: David Marchand Return-path: In-Reply-To: <20181204151853.GB31778@hmswarspite.think-freely.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/12/2018 16:18, Neil Horman: > On Tue, Dec 04, 2018 at 09:28:31AM +0100, David Marchand wrote: > > When rte_log_register_type_and_pick_level() has been introduced, it has > > been correctly added to the EXPERIMENTAL section of the eal map and the > > symbol itself has been marked at its definition. > > > > However, the declaration of this symbol in rte_log.h is missing the > > __rte_experimental tag. > > Because of this, a user can try to call this symbol without being aware > > this is an experimental api (neither compilation nor link warning). > > > > Fixes: b22e77c02620 ("eal: register log type and pick level from args") > > Signed-off-by: David Marchand > Acked-by: Neil Horman +Cc stable@dpdk.org Applied, thanks