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 3F72FA0350 for ; Wed, 1 Jul 2020 21:52:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3814A1C21E; Wed, 1 Jul 2020 21:52:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 7D5351C2A7; Wed, 1 Jul 2020 21:52:07 +0200 (CEST) In-Reply-To: <20200701194650.10705-26-stephen@networkplumber.org> References: <20200701194650.10705-26-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20200701195207.7D5351C2A7@dpdk.org> Date: Wed, 1 Jul 2020 21:52:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw72662 [PATCH v3 25/27] eal: mark old naming as deprecated 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/72662 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #102: FILE: lib/librte_eal/include/rte_launch.h:79: +#define SKIP_MASTER _Pragma("GCC warning \"'SKIP_MASTER' is deprecated\"") SKIP_INITIAL ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #103: FILE: lib/librte_eal/include/rte_launch.h:80: +#define CALL_MASTER _Pragma("GCC warning \"'CALL_MASTER' is deprecated\"") CALL_INITIAL ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #124: FILE: lib/librte_eal/include/rte_lcore.h:220: +#define RTE_LCORE_FOREACH_SLAVE(x) \ + _Pragma("GCC warning \"'RTE_LCORE_FOREACH_SLAVE' macro is deprecated\"") \ RTE_LCORE_FOREACH_WORKER(x) total: 3 errors, 0 warnings, 26 lines checked