From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 86AEB1B1ED; Thu, 22 Nov 2018 03:53:04 +0100 (CET) In-Reply-To: <20181122025156.42217-1-honnappa.nagarahalli@arm.com> References: <20181122025156.42217-1-honnappa.nagarahalli@arm.com> To: test-report@dpdk.org Cc: Honnappa Nagarahalli Message-Id: <20181122025304.86AEB1B1ED@dpdk.org> Date: Thu, 22 Nov 2018 03:53:04 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48235 hash: fix out-of-bound write while freeing key slot X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 02:53:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48235 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #63: FILE: lib/librte_hash/rte_cuckoo_hash.h:33: +#define ERR_IF_TRUE(cond, fmt, args...) do { \ + if (cond) { \ + RTE_LOG(ERR, HASH, fmt, ##args); \ + return; \ + } \ +} while (0) total: 0 errors, 1 warnings, 33 lines checked