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 04B2A464EA for ; Thu, 3 Apr 2025 01:25:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D33D402F0; Thu, 3 Apr 2025 01:25:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 74C56402E9 for ; Thu, 3 Apr 2025 01:25:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 82BEB1251A5; Thu, 3 Apr 2025 01:25:16 +0200 (CEST) Subject: |WARNING| pw152736 [PATCH v12 01/10] mbuf: replace term sanity check In-Reply-To: <20250402232441.440346-2-stephen@networkplumber.org> References: <20250402232441.440346-2-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20250402232516.82BEB1251A5@dpdk.org> Date: Thu, 3 Apr 2025 01:25:16 +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/152736 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #368: FILE: lib/mbuf/rte_mbuf.h:353: +#define __rte_mbuf_sanity_check(m, is_h) RTE_DEPRECATED(__rte_mbuf_sanity_check) \ + __rte_mbuf_verify(m, is_h) total: 1 errors, 0 warnings, 444 lines checked ERROR: symbol rte_mbuf_verify is added in the DPDK_25 section, but is expected to be added in the EXPERIMENTAL section of the version map