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 42B074590E for ; Thu, 5 Sep 2024 17:08:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F1D042E61; Thu, 5 Sep 2024 17:08:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BB1FE42E5F for ; Thu, 5 Sep 2024 17:08:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B672B121D10; Thu, 5 Sep 2024 17:08:18 +0200 (CEST) Subject: |WARNING| pw143674 [PATCH 1/2] net: add thread-safe crc api In-Reply-To: <20240905150722.27789-1-arkadiuszx.kusztal@intel.com> References: <20240905150722.27789-1-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arkadiusz Kusztal Message-Id: <20240905150818.B672B121D10@dpdk.org> Date: Thu, 5 Sep 2024 17:08:18 +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/143674 _coding style issues_ 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 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