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 DD59045B5C for ; Thu, 17 Oct 2024 10:35:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D453940279; Thu, 17 Oct 2024 10:35:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 529DE40273 for ; Thu, 17 Oct 2024 10:35:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3F545121D4B; Thu, 17 Oct 2024 10:35:17 +0200 (CEST) Subject: |WARNING| pw146163 [PATCH dpdk] net: add more icmp types and code In-Reply-To: <20241017083322.2166467-1-rjarry@redhat.com> References: <20241017083322.2166467-1-rjarry@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Robin Jarry Message-Id: <20241017083517.3F545121D4B@dpdk.org> Date: Thu, 17 Oct 2024 10:35:17 +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/146163 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #127: FILE: lib/net/rte_icmp.h:54: +#define RTE_IP_ICMP_ECHO_REPLY RTE_DEPRECATED(RTE_IP_ICMP_ECHO_REPLY) RTE_ICMP_TYPE_ECHO_REPLY ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #131: FILE: lib/net/rte_icmp.h:58: +#define RTE_IP_ICMP_ECHO_REQUEST RTE_DEPRECATED(RTE_IP_ICMP_ECHO_REQUEST) RTE_ICMP_TYPE_ECHO_REQUEST total: 2 errors, 0 warnings, 66 lines checked