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 255E042B3A for ; Thu, 18 May 2023 14:51:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22D554014F; Thu, 18 May 2023 14:51:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 563914014F for ; Thu, 18 May 2023 14:51:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 50191120927; Thu, 18 May 2023 14:51:21 +0200 (CEST) Subject: |WARNING| pw126991 [PATCH v5 2/3] log: separate logging functions out of EAL In-Reply-To: <20230518124949.879834-3-bruce.richardson@intel.com> References: <20230518124949.879834-3-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20230518125121.50191120927@dpdk.org> Date: Thu, 18 May 2023 14:51:21 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/126991 _coding style issues_ INFO: symbol rte_log_can_log is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_cur_msg_loglevel is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_cur_msg_logtype is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_dump is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_get_global_level is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_get_level is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_get_stream is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_list_types is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_register is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_register_type_and_pick_level is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_set_global_level is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_set_level is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_set_level_pattern is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_log_set_level_regexp is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_openlog_stream is being removed, ensure that it has gone through the deprecation process INFO: symbol rte_vlog is being removed, ensure that it has gone through the deprecation process INFO: symbol eal_log_init has been added to the INTERNAL section of the version map INFO: symbol eal_log_level2str has been added to the INTERNAL section of the version map INFO: symbol eal_log_save_pattern has been added to the INTERNAL section of the version map INFO: symbol eal_log_save_regexp has been added to the INTERNAL section of the version map INFO: symbol eal_log_set_default has been added to the INTERNAL section of the version map INFO: symbol rte_eal_log_cleanup has been added to the INTERNAL section of the version map ERROR: symbol rte_log_can_log is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_cur_msg_loglevel is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_cur_msg_logtype is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_dump is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_get_global_level is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_get_level is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_get_stream is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_list_types is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_register is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_register_type_and_pick_level is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_set_global_level is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_set_level is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_set_level_pattern is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_log_set_level_regexp is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_openlog_stream is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_vlog is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map