From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 088F0A00BE; Thu, 17 Feb 2022 13:57:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EB4B141154; Thu, 17 Feb 2022 13:57:40 +0100 (CET) Received: from mail-108-mta152.mxroute.com (mail-108-mta152.mxroute.com [136.175.108.152]) by mails.dpdk.org (Postfix) with ESMTP id 7BA3341153 for ; Thu, 17 Feb 2022 13:57:39 +0100 (CET) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultr.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta152.mxroute.com (ZoneMTA) with ESMTPSA id 17f07c26eff0005a20.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 17 Feb 2022 12:57:37 +0000 X-Zone-Loop: 48034e51ceac2153312d001873acda8ff86a814bdc67 X-Originating-IP: [140.82.40.27] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Type:MIME-Version:Message-ID:Date:In-reply-to:Subject:Cc:To: From:References:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=syDDqVVn7wnw6KJlUYh1LL24fn9SWpt2pIYgU+kKmvo=; b=O5wxm9dBwYlr4skAj7xCljVcZk TV4816DJwAtcL4qhlWbRrjqGKTSrLkOcC76L2SsLsfQzOj4us5JDQGn1pqZfc5JTiDxqs2ZuHTgcQ HQxlB8wCGhJxNLNfLVzvkTko2QavnVggwCnYFUE8p/jnkW760b8ivKSym9O3mItgh5F4FvpdtnDfA lFOOZRfXVrE3tP7sqL2reEqA3ypftGT4r6kte15yWZblRxaYBLmHfxKZR/54l+96EwilE63+aPIlE dPrRJss4lEQdiS1h46wdjtp0HBt9ruZskqhPO1DQGwUuJX871HqPzzzdfjDq7gfqhtKX609UtJ3Ez 8Hz24hMQ==; References: <20220216193917.251657-1-stephen@networkplumber.org> <20220216193917.251657-2-stephen@networkplumber.org> User-agent: mu4e 1.4.15; emacs 27.1 From: Ray Kinsella To: Stephen Hemminger Cc: dev@dpdk.org Subject: Re: [PATCH 1/4] rte_log: take of some experimental tags In-reply-to: <20220216193917.251657-2-stephen@networkplumber.org> Date: Thu, 17 Feb 2022 07:57:34 -0500 Message-ID: <875ypdfy69.fsf@mdr78.vserver.site> MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: mdr@ashroe.eu X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Stephen Hemminger writes: > The RTE_LOG_REGISTER is not experimental, and the experimental > tag was never enforced on these. > > Make rte_log_can_log a fully supported function. > It was introduced nearly 2yrs ago. > > Signed-off-by: Stephen Hemminger > --- > lib/eal/include/rte_log.h | 10 ---------- > lib/eal/version.map | 2 +- > 2 files changed, 1 insertion(+), 11 deletions(-) Acked-by: Ray Kinsella -- Regards, Ray K