From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id EAF101B01F; Tue, 19 Dec 2017 12:09:57 +0100 (CET) In-Reply-To: <65d0cc5505897c256559e5788fea00777d85699a.1513680516.git.anatoly.burakov@intel.com> References: <65d0cc5505897c256559e5788fea00777d85699a.1513680516.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110957.EAF101B01F@dpdk.org> Date: Tue, 19 Dec 2017 12:09:57 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32435 [PATCH 18/23] eal: add rte_malloc support for allocating contiguous memory 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: Tue, 19 Dec 2017 11:09:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32435 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #54: FILE: lib/librte_eal/common/include/rte_malloc.h:266: +rte_malloc_contig(const char *type, size_t size, unsigned align); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #80: FILE: lib/librte_eal/common/include/rte_malloc.h:292: +rte_zmalloc_contig(const char *type, size_t size, unsigned align); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #106: FILE: lib/librte_eal/common/include/rte_malloc.h:318: +rte_calloc_contig(const char *type, size_t num, size_t size, unsigned align); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #129: FILE: lib/librte_eal/common/include/rte_malloc.h:341: +rte_realloc_contig(void *ptr, size_t size, unsigned align); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #155: FILE: lib/librte_eal/common/include/rte_malloc.h:367: +rte_malloc_socket_contig(const char *type, size_t size, unsigned align, int socket); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #183: FILE: lib/librte_eal/common/include/rte_malloc.h:395: +rte_zmalloc_socket_contig(const char *type, size_t size, unsigned align, int socket); WARNING:LONG_LINE: line over 90 characters #211: FILE: lib/librte_eal/common/include/rte_malloc.h:423: +rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #211: FILE: lib/librte_eal/common/include/rte_malloc.h:423: +rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #228: FILE: lib/librte_eal/common/rte_malloc.c:102: +rte_malloc_socket_contig(const char *type, size_t size, unsigned align, int socket_arg) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #244: FILE: lib/librte_eal/common/rte_malloc.c:120: +rte_malloc_contig(const char *type, size_t size, unsigned align) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #260: FILE: lib/librte_eal/common/rte_malloc.c:138: +rte_zmalloc_socket_contig(const char *type, size_t size, unsigned align, int socket) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #276: FILE: lib/librte_eal/common/rte_malloc.c:156: +rte_zmalloc_contig(const char *type, size_t size, unsigned align) WARNING:LONG_LINE: line over 90 characters #292: FILE: lib/librte_eal/common/rte_malloc.c:174: +rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #292: FILE: lib/librte_eal/common/rte_malloc.c:174: +rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #308: FILE: lib/librte_eal/common/rte_malloc.c:192: +rte_calloc_contig(const char *type, size_t num, size_t size, unsigned align) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #325: FILE: lib/librte_eal/common/rte_malloc.c:241: +rte_realloc_contig(void *ptr, size_t size, unsigned align) total: 0 errors, 16 warnings, 292 lines checked