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 EFCAA46D9C for ; Fri, 22 Aug 2025 20:22:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E956640DCB; Fri, 22 Aug 2025 20:22:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DE68740DCB for ; Fri, 22 Aug 2025 20:22:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4CEEA1241FF; Fri, 22 Aug 2025 20:19:55 +0200 (CEST) Subject: |WARNING| pw156087 [PATCH v2 1/4] hash: move table of hash compare functions out of header In-Reply-To: <20250822182110.27599-2-stephen@networkplumber.org> References: <20250822182110.27599-2-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20250822181955.4CEEA1241FF@dpdk.org> Date: Fri, 22 Aug 2025 20:19:55 +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/156087 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #129: FILE: lib/hash/rte_cuckoo_hash.c:37: +#define RETURN_IF_TRUE(cond, retval) do { \ + if (cond) \ + return retval; \ +} while (0) total: 0 errors, 1 warnings, 204 lines checked