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 7DB0AA04B5; Wed, 16 Sep 2020 18:36:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F309C1C43A; Wed, 16 Sep 2020 18:36:26 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 6E0E21C437 for ; Wed, 16 Sep 2020 18:36:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600274184; 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=FLCyG/aDokS3C5m1j1ZvvQHY7ACOlxKGpCkPEpWSHEw=; b=jQy+a/ag5TSE6bAqYtsV8WjzkxQ0mHwYZFwmTqyr/dhpdQ5v0tlcN5sZNLUmKgNF98x7TL LODPYO1jIgph3az9fKvptz+aKeICXdrbmcd9EV1jeYjlyFCeG0BRgU+/IXZ/FO6tX5wE8g dTJule2dJXGgwI2WbJ9VDN7hqCV9KxI= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-105-38HUTipNPF2p7zL6UTvYcQ-1; Wed, 16 Sep 2020 12:36:22 -0400 X-MC-Unique: 38HUTipNPF2p7zL6UTvYcQ-1 Received: by mail-ua1-f71.google.com with SMTP id x14so901381uan.12 for ; Wed, 16 Sep 2020 09:36:22 -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=FLCyG/aDokS3C5m1j1ZvvQHY7ACOlxKGpCkPEpWSHEw=; b=iqe3Fu06tPZwb+p30wDeBL4i1TOY+slawQ66DO86YVE85p9aXc45Yp6e69m+FwleMH eNRlTlJdT/ZzOvtoTDWqsQ6/p3qR7BSyyr85MuimHKMRvGh7D9pqcnfQT0Mt5LInr2r8 b5RDlTqF6E/2pMZhcMhnEvxp5l4LBVadUYeWZKAy6EFLILt4qoUj84f4RIUOvRvcCXwW u4LuQIKOj6yqPQVgt6ZIByrR02PEGuT39SHD+AfEr/ViDCmUQVyUbs52oauNcuodeFZu F0UPSxnXjegKVD2raTqXiwXznt/NVCR8qa0fqNRx2+4K2C50qYvt1qHqdrYNVHyc7mMN jlOA== X-Gm-Message-State: AOAM532lWgHIQequPP/xlMbiv4KvMlRen3ZH4kSxDY3wipPI/Z+kFw+/ DhLrLVP8gBX5cJakK8TUgcHT8F0HJAQRtl1lqpI7gFoIYlBGsVdBw3c4+W7KrW8zTXxb0kZzlvn yO/08AWcwtc3mXQYSSds= X-Received: by 2002:a1f:9381:: with SMTP id v123mr5475739vkd.20.1600274182433; Wed, 16 Sep 2020 09:36:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyZF3IuouNf6nyTwtuAqAFh3mwhEHsx9/vi/5W+jSsFpqrxl1nIThU2QLN7wXpXpk9be1t7B3r5vRanIGTXu2M= X-Received: by 2002:a1f:9381:: with SMTP id v123mr5475723vkd.20.1600274182269; Wed, 16 Sep 2020 09:36:22 -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: Wed, 16 Sep 2020 18:36:11 +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 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 Series applied with the two changes mentioned in the thread, thanks. -- David Marchand