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 5E7A546DA4 for ; Sat, 23 Aug 2025 08:32:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 59B8D402A9; Sat, 23 Aug 2025 08:32:06 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2D5A6402A9 for ; Sat, 23 Aug 2025 08:32:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 05CEF1241FF; Sat, 23 Aug 2025 08:29:41 +0200 (CEST) Subject: |WARNING| pw156094 [PATCH v8 1/3] mbuf: de-inline sanity checking a reinitialized mbuf In-Reply-To: <20250823063002.24326-2-mb@smartsharesystems.com> References: <20250823063002.24326-2-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20250823062941.05CEF1241FF@dpdk.org> Date: Sat, 23 Aug 2025 08:29:41 +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/156094 _coding style issues_ WARNING:MACRO_ARG_UNUSED: Argument 'm' is not used in function-like macro #202: FILE: lib/mbuf/rte_mbuf.h:351: +#define __rte_mbuf_raw_sanity_check_mp(m, mp) do { } while (0) WARNING:MACRO_ARG_UNUSED: Argument 'mp' is not used in function-like macro #202: FILE: lib/mbuf/rte_mbuf.h:351: +#define __rte_mbuf_raw_sanity_check_mp(m, mp) do { } while (0) total: 0 errors, 2 warnings, 230 lines checked Warning in lib/mbuf/rte_mbuf.c: Using rte_panic/rte_exit