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 2F89841C33 for ; Tue, 7 Feb 2023 21:47:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27C3240ED9; Tue, 7 Feb 2023 21:47:58 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5A2E440151 for ; Tue, 7 Feb 2023 21:47:57 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 595BF121E50; Tue, 7 Feb 2023 21:47:57 +0100 (CET) Subject: |WARNING| pw123384 [RFC 12/13] hash: replace RTE_LOGTYPE_HASH with dynamic type In-Reply-To: <20230207204151.1503491-13-stephen@networkplumber.org> References: <20230207204151.1503491-13-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230207204757.595BF121E50@dpdk.org> Date: Tue, 7 Feb 2023 21:47:57 +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/123384 _coding style issues_ WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_hash_create', this function's name, in a string #156: FILE: lib/hash/rte_cuckoo_hash.c:168: + HASH_LOG(ERR, "rte_hash_create has no parameters"); WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_hash_create', this function's name, in a string #165: FILE: lib/hash/rte_cuckoo_hash.c:177: + HASH_LOG(ERR, "rte_hash_create has invalid parameters"); WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_hash_create', this function's name, in a string #172: FILE: lib/hash/rte_cuckoo_hash.c:183: + HASH_LOG(ERR, "rte_hash_create: unsupported extra flags"); total: 0 errors, 3 warnings, 398 lines checked Please only put __rte_experimental tags in headers (b/lib/hash/rte_thash.c)