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 04DDA46D8D for ; Thu, 21 Aug 2025 22:38:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3FF0402BD; Thu, 21 Aug 2025 22:38:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3856B402B1 for ; Thu, 21 Aug 2025 22:38:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B553C1241FF; Thu, 21 Aug 2025 22:35:58 +0200 (CEST) Subject: |WARNING| pw156053 [RFC 1/3] hash: move table of hash compare functions out of header In-Reply-To: <20250821203646.133506-2-stephen@networkplumber.org> References: <20250821203646.133506-2-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20250821203558.B553C1241FF@dpdk.org> Date: Thu, 21 Aug 2025 22:35:58 +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/156053 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #126: 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