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 E7BB1A0546; Tue, 6 Apr 2021 13:28:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A335440F35; Tue, 6 Apr 2021 13:28:51 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 718794067C for ; Tue, 6 Apr 2021 13:28:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1617708528; 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=rqIKCIa4E7jOL7zM/o+v6wpijbS5zztCP8Y8FzmIqHs=; b=WXBNfz/4s+gF1IjTETQA0XVUsH/lCwUKbzRYKdUmd5iVaETC8qOIZegJ/DBofZdX7r/gDL UWUcPTOnMi3CUHTw3uPYrgC8K/DsqgHUbyduJ/uA9cb/FuPm7YfefqUt9qX5qy4VRhooSI XmWfJMwY+G50uGSUOeFcslpHpV4k03Q= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-515-3lb4LMAFMsyGkUb8AjGJag-1; Tue, 06 Apr 2021 07:28:47 -0400 X-MC-Unique: 3lb4LMAFMsyGkUb8AjGJag-1 Received: by mail-ua1-f69.google.com with SMTP id c6so3086216uak.19 for ; Tue, 06 Apr 2021 04:28:47 -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=rqIKCIa4E7jOL7zM/o+v6wpijbS5zztCP8Y8FzmIqHs=; b=a8l01ani+XvKXRUdgeMO49SFiJpExLpMxMNAlmo9odR78rVo+XqyNXDzgwCSoUB1cY 0uhO/02ubHjRtdZsiIK2+YUF5B4gk64PtYUTnv/2kR4mcrHJ79I+fMcSWP2BLKxNwluO NmFWrmMmEYbBATWdZsbqyaH0/2qIL3viPYA9Kud5MxWhHKTRBbVci3yZaZSG8plGuUfy OPo3gmwV1cI5QI1GlQ0FDVf4Zb7EtbccEzxGHYzs8PcqRktwz7cwVOVXX1oBjJg2IG12 jfCUFm14OY7inbFxtC16zZnX7Vr/kdh3ywAZB8FzJE2IYeLsmUYgMoR6/5sSB4dJwy6e ATZQ== X-Gm-Message-State: AOAM532Ih//Ug79WLBb8gZoAg27vVi26EVC2wGh7n4aTcVpZg/yw9S5w mKPrTsGgu1q1Xrd5G1Qh874nlrXyU7M63eD7DJpF3tMnFjUyVbXinFMY0sTc9Hv4xlLgy72fYYu E4XGFRS1P0xCzIufz0wk= X-Received: by 2002:a67:f895:: with SMTP id h21mr16795391vso.17.1617708526914; Tue, 06 Apr 2021 04:28:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmxNtsx5rszOWQnoBP5fXBlrmIX2zxjClLlF74jHgzn9w+GmlxyPfKpyZgziD3mSyGTJMvDQvdAu2nrHGz5WM= X-Received: by 2002:a67:f895:: with SMTP id h21mr16795384vso.17.1617708526780; Tue, 06 Apr 2021 04:28:46 -0700 (PDT) MIME-Version: 1.0 References: <20210309233116.1934666-1-thomas@monjalon.net> <20210405193000.1113542-1-thomas@monjalon.net> <20210405193000.1113542-2-thomas@monjalon.net> In-Reply-To: <20210405193000.1113542-2-thomas@monjalon.net> From: David Marchand Date: Tue, 6 Apr 2021 13:28:35 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson , Andrew Rybchenko , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam 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 v5 1/4] log: move private functions 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 Sender: "dev" On Mon, Apr 5, 2021 at 9:30 PM Thomas Monjalon wrote: > > Some private log functions had a wrong "rte_" prefix. > > All private log functions are moved from eal_private.h > to the new file eal_log.h: > rte_eal_log_init -> eal_log_init > rte_log_save_regexp -> eal_log_save_regexp > rte_log_save_pattern -> eal_log_save_pattern > eal_log_set_default > > The static functions in the file eal_common_log.c are renamed: > rte_log_save_level -> log_save_level > rte_log_init -> log_init + rte_log_lookup -> log_lookup + __rte_log_register -> log_register > > Signed-off-by: Thomas Monjalon > Acked-by: Bruce Richardson > Acked-by: Andrew Rybchenko Reviewed-by: David Marchand -- David Marchand