From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F07E2A054A for ; Sat, 27 Aug 2022 11:27:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA67740DF7; Sat, 27 Aug 2022 11:27:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D788D40696 for ; Sat, 27 Aug 2022 11:27:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 98621121DAD; Sat, 27 Aug 2022 11:27:58 +0200 (CEST) Subject: |WARNING| pw115556 [PATCH] eal: zero out new added memory In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: chengtcli@qq.com Message-Id: <20220827092758.98621121DAD@dpdk.org> Date: Sat, 27 Aug 2022 11:27:58 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/115556 _coding style issues_ WARNING:TYPO_SPELLING: 'doens' may be misspelled - perhaps 'does'? #66: When RTE_MALLOC_DEBUG not configured, rte_zmalloc_socket() doens't WARNING:TYPO_SPELLING: 'allocaed' may be misspelled - perhaps 'allocated'? #67: zero oute allocaed memory. Because memory are zeroed out when free WARNING:AVOID_EXTERNS: externs should be avoided in .c files #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len WARNING:FUNCTION_ARGUMENTS: function definition argument 'elem' should also have an identifier name #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len WARNING:FUNCTION_ARGUMENTS: function definition argument 'heap' should also have an identifier name #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len WARNING:FUNCTION_ARGUMENTS: function definition argument 'msl' should also have an identifier name #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len WARNING:FUNCTION_ARGUMENTS: function definition argument 'len' should also have an identifier name #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len WARNING:FUNCTION_ARGUMENTS: function definition argument 'elem' should also have an identifier name #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len WARNING:FUNCTION_ARGUMENTS: function definition argument 'len' should also have an identifier name #106: FILE: lib/librte_eal/common/malloc_heap.c:100: + size_t data_len total: 0 errors, 9 warnings, 19 lines checked