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 8FB2F45A81 for ; Tue, 1 Oct 2024 21:28:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D9BB40273; Tue, 1 Oct 2024 21:28:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9C86240268 for ; Tue, 1 Oct 2024 21:28:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 97108121D9E; Tue, 1 Oct 2024 21:28:19 +0200 (CEST) Subject: |WARNING| pw144883 [PATCH v2 1/3] net: add thread-safe crc api In-Reply-To: <20241001181150.43506-2-arkadiuszx.kusztal@intel.com> References: <20241001181150.43506-2-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arkadiusz Kusztal Message-Id: <20241001192819.97108121D9E@dpdk.org> Date: Tue, 1 Oct 2024 21:28:19 +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/144883 _coding style issues_ INFO: symbol rte_crc16_ccitt_avx512_handler has been added to the INTERNAL section of the version map INFO: symbol rte_crc16_ccitt_neon_handler has been added to the INTERNAL section of the version map INFO: symbol rte_crc16_ccitt_sse42_handler has been added to the INTERNAL section of the version map INFO: symbol rte_crc32_eth_avx512_handler has been added to the INTERNAL section of the version map INFO: symbol rte_crc32_eth_neon_handler has been added to the INTERNAL section of the version map INFO: symbol rte_crc32_eth_sse42_handler has been added to the INTERNAL section of the version map INFO: symbol rte_net_crc_avx512_init has been added to the INTERNAL section of the version map INFO: symbol rte_net_crc_calc is being removed, ensure that it has gone through the deprecation process ERROR: symbol rte_net_crc is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map INFO: symbol rte_net_crc_neon_init has been added to the INTERNAL section of the version map INFO: symbol rte_net_crc_set_alg is being removed, ensure that it has gone through the deprecation process ERROR: symbol rte_net_crc_set is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map INFO: symbol rte_net_crc_sse42_init has been added to the INTERNAL section of the version map