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 EFC04A04C9; Mon, 14 Sep 2020 10:12:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1B571C0C6; Mon, 14 Sep 2020 10:12:46 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 0BD1EFFA for ; Mon, 14 Sep 2020 10:12:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600071164; 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: in-reply-to:in-reply-to:references:references; bh=YkY3CAhg9Zz1Vt5fjw0gyyol7jeQIY6fGyQKvUuAnns=; b=KzVBXhowxqWSxDkhRTry+NnucfepvAR5g9/uLzHWCV3p+QrBsRHca6l5KLo7b+DZPsw16v FJaRsGxdySOQG3y9d/35N0LplbB2UJrJKpElc5wWebMWOW8x4UlZUMHyIrkWo/hSQeBDQb ZB2/Cmsi66XoPuCq1VADoZj0P0CEkBk= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-203-1CAXm5keNrKnv1BEB6UGBg-1; Mon, 14 Sep 2020 04:12:42 -0400 X-MC-Unique: 1CAXm5keNrKnv1BEB6UGBg-1 Received: by mail-vk1-f200.google.com with SMTP id n18so4305529vkq.10 for ; Mon, 14 Sep 2020 01:12:42 -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=YkY3CAhg9Zz1Vt5fjw0gyyol7jeQIY6fGyQKvUuAnns=; b=mmVS7bLI7FjXNqTiW4ja3vNLZ7eEUy+dLZKI2aSYAEfVkzxvodCwA2la4Xlc7nUXb+ PotOq3z08ASgZU4opmZJO/XVnMzY3Eb02HBdbvtyZ5CJlr1TC+sFGq+G+iJfkqo2ZZX2 qq0oJLY29WUadKj3sRDIIsPGiVBnZtjgv+E6Vs4eJvFYxgEGE0rAo/aDPn7Bb4E7eCrt OPBP1XKUZPWgk0+39BxbR/LXbrSh4ddQCKoKFBCqlAUAR1mqphAWLz2F6AzkBDUxL/aD BGBTOnK0FuFJ2a1lMTHTY6nXSU0bZE5zfquTpXokAUeMz+2I/8RrOWox24eEsDxGclHU 3xEA== X-Gm-Message-State: AOAM5339/c9U497pUOX00AHdISw+oQoSz4/6Q2cIOmaOxgvA5JBMkdV6 Ru/MlLVGXuFHRjyiQMKF6xfb4neussgWsdkb2GszeMDljJMJ3urMp1WrkrMX1zrhsry/WPH/oBN asWcP2bV1PZko7rCrRhM= X-Received: by 2002:a67:7795:: with SMTP id s143mr6435750vsc.94.1600071161608; Mon, 14 Sep 2020 01:12:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZmi7a4dE+iAE7hPP0/BBwqebsv7dHWvCgiHl70D0m6/ULSxrQtG8hOEk7B2mxeBTNNysxOh8Muf9jVCJQItU= X-Received: by 2002:a67:7795:: with SMTP id s143mr6435739vsc.94.1600071161322; Mon, 14 Sep 2020 01:12:41 -0700 (PDT) MIME-Version: 1.0 References: <20200827225414.6623-1-stephen@networkplumber.org> <20200903230454.30602-1-stephen@networkplumber.org> <20200903230454.30602-2-stephen@networkplumber.org> In-Reply-To: <20200903230454.30602-2-stephen@networkplumber.org> From: David Marchand Date: Mon, 14 Sep 2020 10:12:30 +0200 Message-ID: To: Stephen Hemminger Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0.002 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 1/2] rte_log: take experimental tag off of rte_log_get_stream 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, Sep 4, 2020 at 1:05 AM Stephen Hemminger wrote: > > Applications will need to use this API now to get internal > state of rte_log. > > Suggested-by: David Marchand > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/include/rte_log.h | 1 - > lib/librte_eal/rte_eal_version.map | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) > > diff --git a/lib/librte_eal/include/rte_log.h b/lib/librte_eal/include/rte_log.h > index eaf66e4f61de..7fe0968383db 100644 > --- a/lib/librte_eal/include/rte_log.h > +++ b/lib/librte_eal/include/rte_log.h > @@ -112,7 +112,6 @@ int rte_openlog_stream(FILE *f); > * @return > * Pointer to the stream. > */ > -__rte_experimental > FILE *rte_log_get_stream(void); There is still a banner in the function description. I will fix it while applying. -- David Marchand