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 26B5BA0547 for ; Tue, 19 Oct 2021 19:42:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18906410E8; Tue, 19 Oct 2021 19:42:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0CA184003E for ; Tue, 19 Oct 2021 19:42:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 07FA8121D26; Tue, 19 Oct 2021 19:42:09 +0200 (CEST) In-Reply-To: <20211019174022.2036272-7-andrew.rybchenko@oktetlabs.ru> References: <20211019174022.2036272-7-andrew.rybchenko@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andrew Rybchenko Message-Id: <20211019174209.07FA8121D26@dpdk.org> Date: Tue, 19 Oct 2021 19:42:09 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102287 [PATCH v3 6/6] mempool: deprecate unused defines 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/102287 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #130: FILE: lib/mempool/rte_mempool.h:119: +#define MEMPOOL_PG_SHIFT_MAX \ + RTE_DEPRECATED(MEMPOOL_PG_SHIFT_MAX) (sizeof(uintptr_t) * CHAR_BIT - 1) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #136: FILE: lib/mempool/rte_mempool.h:123: +#define MEMPOOL_PG_NUM_DEFAULT RTE_DEPRECATED(MEMPOOL_PG_NUM_DEFAULT) 1 total: 2 errors, 0 warnings, 48 lines checked