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 B4C55A0561 for ; Thu, 18 Mar 2021 12:21:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9794406FF; Thu, 18 Mar 2021 12:21:10 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id AA64140698 for ; Thu, 18 Mar 2021 12:21:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 8E11EF64; Thu, 18 Mar 2021 12:21:09 +0100 (CET) In-Reply-To: <20210318112022.10510-1-joyce.kong@arm.com> References: <20210318112022.10510-1-joyce.kong@arm.com> To: test-report@dpdk.org Cc: Joyce Kong Message-Id: <20210318112109.8E11EF64@dpdk.org> Date: Thu, 18 Mar 2021 12:21:09 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89489 [PATCH v2] lib/mempool: distinguish debug counters from cache and pool 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/89489 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #134: FILE: lib/librte_mempool/rte_mempool.h:280: + unsigned __lcore_id = rte_lcore_id(); \ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #147: FILE: lib/librte_mempool/rte_mempool.h:287: + unsigned __lcore_id = rte_lcore_id(); \ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #152: FILE: lib/librte_mempool/rte_mempool.h:292: + unsigned __lcore_id = rte_lcore_id(); \ WARNING:TYPO_SPELLING: 'nmae' may be misspelled - perhaps 'name'? #168: FILE: lib/librte_mempool/rte_mempool.h:306: +#define __MEMPOOL_OBJS_STAT_SUB(mp, name1, nmae2, n) do {} while (0) total: 0 errors, 4 warnings, 143 lines checked