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 284D8461BE for ; Fri, 7 Feb 2025 19:26:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2452C42EE1; Fri, 7 Feb 2025 19:26:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0AB6342E90 for ; Fri, 7 Feb 2025 19:26:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 55BE5126FF4; Fri, 7 Feb 2025 19:25:15 +0100 (CET) Subject: |WARNING| pw151136 [PATCH v5] net: add thread-safe crc api In-Reply-To: <20250207182443.9775-1-arkadiuszx.kusztal@intel.com> References: <20250207182443.9775-1-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arkadiusz Kusztal Message-Id: <20250207182515.55BE5126FF4@dpdk.org> Date: Fri, 7 Feb 2025 19:25:15 +0100 (CET) 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/151136 _coding style issues_ WARNING:TYPO_SPELLING: 'algorithim' may be misspelled - perhaps 'algorithm'? #328: FILE: doc/guides/rel_notes/release_25_03.rst:166: + the algorithim type and length. This argument is added to total: 0 errors, 1 warnings, 560 lines checked ERROR: symbol rte_net_crc_calc is added in the DPDK_26 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_net_crc_free 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_alg is added in the DPDK_26 section, but is expected to be added in the EXPERIMENTAL section of the version map