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 E676FA04DB for ; Thu, 15 Oct 2020 02:56:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 76E211DB20; Thu, 15 Oct 2020 02:56:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 01FFE1DB21; Thu, 15 Oct 2020 02:56:38 +0200 (CEST) In-Reply-To: <20201015005524.24659-1-stephen@networkplumber.org> References: <20201015005524.24659-1-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20201015005639.01FFE1DB21@dpdk.org> Date: Thu, 15 Oct 2020 02:56:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80812 [PATCH v2] eal/rte_malloc: add alloc_size() attribute to allocation functions 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/80812 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #153: FILE: lib/librte_eal/include/rte_malloc.h:57: +rte_malloc(const char *type, size_t size, unsigned align) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #163: FILE: lib/librte_eal/include/rte_malloc.h:84: +rte_zmalloc(const char *type, size_t size, unsigned align) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #173: FILE: lib/librte_eal/include/rte_malloc.h:111: +rte_calloc(const char *type, size_t num, size_t size, unsigned align) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #203: FILE: lib/librte_eal/include/rte_malloc.h:189: +rte_malloc_socket(const char *type, size_t size, unsigned align, int socket) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #213: FILE: lib/librte_eal/include/rte_malloc.h:218: +rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #223: FILE: lib/librte_eal/include/rte_malloc.h:247: +rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) total: 0 errors, 6 warnings, 107 lines checked Warning in lib/librte_eal/include/rte_common.h: Using compiler attribute directly