From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 17712A0679 for ; Wed, 3 Apr 2019 19:17:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0CDB31B536; Wed, 3 Apr 2019 19:17:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 29E101B54C; Wed, 3 Apr 2019 19:17:44 +0200 (CEST) In-Reply-To: <20190403171610.23970-2-stephen@networkplumber.org> References: <20190403171610.23970-2-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20190403171744.29E101B54C@dpdk.org> Date: Wed, 3 Apr 2019 19:17:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52211 [RFC 1/5] eal: add accessor functions for lcore_config 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/52211 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #80: FILE: lib/librte_eal/common/eal_common_lcore.c:41: +rte_cpuset_t rte_lcore_cpuset(unsigned lcore_id) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #92: FILE: lib/librte_eal/common/eal_common_lcore.c:53: +rte_lcore_state(unsigned lcore_id) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #98: FILE: lib/librte_eal/common/eal_common_lcore.c:59: +rte_lcore_return_code(unsigned lcore_id) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #137: FILE: lib/librte_eal/common/include/rte_lcore.h:172: +unsigned rte_lcore_to_socket_id(unsigned lcore_id); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #137: FILE: lib/librte_eal/common/include/rte_lcore.h:172: +unsigned rte_lcore_to_socket_id(unsigned lcore_id); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #156: FILE: lib/librte_eal/common/include/rte_lcore.h:191: +rte_cpuset_t rte_lcore_cpuset(unsigned lcore_id); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #167: FILE: lib/librte_eal/common/include/rte_lcore.h:202: +rte_lcore_return_code(unsigned lcore_id); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #184: FILE: lib/librte_eal/common/include/rte_lcore.h:231: +rte_lcore_state(unsigned lcore_id); total: 0 errors, 8 warnings, 140 lines checked