From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 21F4E1B426; Fri, 2 Nov 2018 00:26:36 +0100 (CET) In-Reply-To: <20181101232522.702-2-honnappa.nagarahalli@arm.com> References: <20181101232522.702-2-honnappa.nagarahalli@arm.com> To: test-report@dpdk.org Cc: Honnappa Nagarahalli Message-Id: <20181101232636.21F4E1B426@dpdk.org> Date: Fri, 2 Nov 2018 00:26:36 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47698 [v2, 1/4] hash: prepare for deprecation of flags 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, 01 Nov 2018 23:26:36 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47698 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #52: FILE: lib/librte_hash/rte_cuckoo_hash.c:464: + unsigned num_key_slots; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #53: FILE: lib/librte_hash/rte_cuckoo_hash.c:465: + unsigned i; WARNING:LONG_LINE: line over 90 characters #92: FILE: lib/librte_hash/rte_cuckoo_hash.c:504: + RTE_LOG(ERR, HASH, "%s: extendable bucket feature not supported with rw concurrency lock free ", __func__); total: 0 errors, 3 warnings, 343 lines checked