From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 4833D1B5CA; Wed, 19 Dec 2018 02:30:29 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 6910F12B7; Tue, 18 Dec 2018 20:30:27 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 18 Dec 2018 20:30:28 -0500 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=5ObBpX5nQusjdHGxcEtXkaIaC+adt7gPZZO3Gxf30ug=; b=XpOECMmfqUT7 Q2/dYqIIwVoH5/d3Ts19epnaD35brhAP8FHiNnFn4p8r6cjk2OlIoZKAAakjzeYi DItnWpjG5uFCd1icbp9xCzqmSmCxgtppT8wraVYJKRwiV6wrjbqILeyWB0laUgkf tPutEnl3apTyeQGahc+9Fk7rsgp15Xo= 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=fm1; bh=5ObBpX5nQusjdHGxcEtXkaIaC+adt7gPZZO3Gxf30 ug=; b=ElqHujafqOd0gLwZ8pvyaUG615f/VZuf0V/3hnCALje2phzVAsUFymWab iGGjzP2aY7syqoATENXWRXgNI4/cpriIf6Xhw5T8XObojn4y1wM6ojhy+AaPVOtY vzP3zfyb4+JU/I2oT2Pnfsn26nhjA1pEuxDG4SzekI+YiJFIfKn3sabk59VKL/Zx wE1ohQjS8AAzAXcqmFXhiE0OLAJD1aeo8I72DeZVPWMmPhWfba5qGr4Bl27aNJi+ W7tawTzXUtUkk+oAevJoBnrPXDISoP1DAg6gm+n7yllC3CZp52/NCqUeHs7i5FgN Mn5ZP9zl0h3WSzHZdcpk6h9XsUFGw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudeiledgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 866F71026D; Tue, 18 Dec 2018 20:30:23 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: stable@dpdk.org, Neil Horman , dev@dpdk.org, tredaelli@redhat.com, ferruh.yigit@intel.com, ivan.malov@oktetlabs.ru, arybchenko@solarflare.com Date: Wed, 19 Dec 2018 02:30:21 +0100 Message-ID: <35118713.S1eQjJEhqc@xps> In-Reply-To: <20181204151853.GB31778@hmswarspite.think-freely.org> References: <1543912111-8106-1-git-send-email-david.marchand@redhat.com> <20181204151853.GB31778@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] log: add missing experimental tag X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 01:30:29 -0000 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