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 59C5346D82 for ; Thu, 21 Aug 2025 16:28:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 566A3402B1; Thu, 21 Aug 2025 16:28:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6CB37402B1 for ; Thu, 21 Aug 2025 16:28:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 409311241FF; Thu, 21 Aug 2025 16:25:49 +0200 (CEST) Subject: |WARNING| pw156046 [PATCH v4 1/3] mbuf: de-inline sanity checking a reinitialized mbuf In-Reply-To: <20250821142544.16211-2-mb@smartsharesystems.com> References: <20250821142544.16211-2-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20250821142549.409311241FF@dpdk.org> Date: Thu, 21 Aug 2025 16:25:49 +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/156046 _coding style issues_ WARNING:MACRO_ARG_UNUSED: Argument 'm' is not used in function-like macro #203: 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 #203: 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