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 88982A04C9; Mon, 14 Sep 2020 10:13:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 659BC2BAB; Mon, 14 Sep 2020 10:13:44 +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 ECA12FFA for ; Mon, 14 Sep 2020 10:13:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600071222; 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=s6kYVlsw8BnBdjia6egOjwuV/A7PjFrv0dQ11P7wB/I=; b=haUfvsJSJuVwajl+/AOXg7ealJGQnb3aL3S+Ba0ua/2DYQTWnCJB+9Nw7hm78ZQSO0H94v 3t9A7gpVawQrNUg2xANVqRJiuD0V/33LooqtZ/HZMtjIMcND1dubg28eedBe63S1qQN2Tl zSlrZQW67yWxJBZrQ7eoKZIcnSiBoTY= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-592-smg7Jne2NoSQw9LU1JGCgQ-1; Mon, 14 Sep 2020 04:13:40 -0400 X-MC-Unique: smg7Jne2NoSQw9LU1JGCgQ-1 Received: by mail-ua1-f72.google.com with SMTP id r6so1232153ual.18 for ; Mon, 14 Sep 2020 01:13:40 -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=s6kYVlsw8BnBdjia6egOjwuV/A7PjFrv0dQ11P7wB/I=; b=Xpd7JL2vu8rETaNR/sCnCOvqhJJP5wd2efKSEJbvl7KyeJT6xaUW4cwSlmUxBQY4GG PtS1glHJueehhjgJoyeiFAOAoRUKgt+wu64GJgStBMmQbkBtnS902/EmxldBI/2od6dY NLHP5uzgTQxkbi5jbMeEzQ92VKUtPLPDeYLizdz6u9uLCBCN+u/peeKVWZwIGo0lAXmV fcUNedscnZgDGO/c7yGcQWyA/IqyLAPrLLE4FBuJJ9/iRzcQNCT5jUnLgyukm0k89ZEt dy2M1zeSI87VFWVukJ6dgRMu/8szLu8dhC42d2BhYVyPaaOsb8KCQdkP8kFLBn7qjBUi zdNA== X-Gm-Message-State: AOAM532ecc31diGyKMGjxbWDGPAeh71tDJxsMGaiwJW4OdVBLDvhif4r Yn5asZmIlNR2vis2n0KJsCRDQSUeGXPNyjJW3pmVL2XnkWqLVRczqSz5DceebuVRbyzhrQxJOMd CbJefi41b7Moz7TGyOw0= X-Received: by 2002:a1f:a906:: with SMTP id s6mr3392695vke.41.1600071220284; Mon, 14 Sep 2020 01:13:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy1vQRegGovaaMfm4KKR+jr2Z5a9lelh1wt7i242dV8YAPknZ6QIUvXeOBSdYuYJV0HPFQ3K/QFXrb/OfxBTN0= X-Received: by 2002:a1f:a906:: with SMTP id s6mr3392688vke.41.1600071220112; Mon, 14 Sep 2020 01:13:40 -0700 (PDT) MIME-Version: 1.0 References: <20200827225414.6623-1-stephen@networkplumber.org> <20200903230454.30602-1-stephen@networkplumber.org> <20200903230454.30602-3-stephen@networkplumber.org> In-Reply-To: <20200903230454.30602-3-stephen@networkplumber.org> From: David Marchand Date: Mon, 14 Sep 2020 10:13:29 +0200 Message-ID: To: Stephen Hemminger Cc: dev , Andrew Rybchenko 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 2/2] rte_log: make rte_logs private 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: > > As announced in earlier releases, rte_logs can now be made > internal to eal_common_log. > > Acked-by: Andrew Rybchenko > Signed-off-by: Stephen Hemminger Same comment as before, the rte_log_dynamic_type struct fwd declaration can be removed from the rte_log.h header. I will fix it while applying. -- David Marchand