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 A37B446DE6 for ; Tue, 26 Aug 2025 16:50:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9EBBA402AE; Tue, 26 Aug 2025 16:50:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C27F6402AE for ; Tue, 26 Aug 2025 16:50:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9C85F123FF8; Tue, 26 Aug 2025 16:48:13 +0200 (CEST) Subject: |WARNING| pw156168 [PATCH v3 1/4] hash: move table of hash compare functions out of header In-Reply-To: <20250826144922.74010-2-stephen@networkplumber.org> References: <20250826144922.74010-2-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20250826144813.9C85F123FF8@dpdk.org> Date: Tue, 26 Aug 2025 16:48:13 +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/156168 _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