From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8ED1DA00E6 for ; Sun, 1 Sep 2019 08:59:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 879F31D40B; Sun, 1 Sep 2019 08:59:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 17E2C1E535; Sun, 1 Sep 2019 08:59:27 +0200 (CEST) In-Reply-To: <20190901065810.15137-3-dharmik.thakkar@arm.com> References: <20190901065810.15137-3-dharmik.thakkar@arm.com> To: test-report@dpdk.org Cc: Dharmik Thakkar Message-Id: <20190901065927.17E2C1E535@dpdk.org> Date: Sun, 1 Sep 2019 08:59:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58333 [RFC 2/3] lib/hash: integrate RCU QSBR 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/58333 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #374: FILE: lib/librte_hash/rte_cuckoo_hash.c:1192: + return -ENOSPC; + else total: 0 errors, 1 warnings, 586 lines checked Please only put __rte_experimental tags in headers (b/lib/librte_hash/rte_cuckoo_hash.c)