From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 75A2E4F91; Thu, 1 Nov 2018 05:56:08 +0100 (CET) In-Reply-To: <20181101045454.632-2-honnappa.nagarahalli@arm.com> References: <20181101045454.632-2-honnappa.nagarahalli@arm.com> To: test-report@dpdk.org Cc: Honnappa Nagarahalli Message-Id: <20181101045608.75A2E4F91@dpdk.org> Date: Thu, 1 Nov 2018 05:56:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47637 [1/3] hash: deprecate lock ellision and read/write concurreny 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 04:56:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47637 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #73: FILE: lib/librte_hash/rte_cuckoo_hash.c:465: + unsigned num_key_slots; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #74: FILE: lib/librte_hash/rte_cuckoo_hash.c:466: + unsigned i; WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #177: FILE: lib/librte_hash/rte_cuckoo_hash.c:569: + * by ring creation above */ total: 0 errors, 3 warnings, 383 lines checked ERROR: symbol rte_hash_create is added in a section other than the EXPERIMENTAL section of the version map