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 425E146D8D for ; Fri, 22 Aug 2025 14:48:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D4AA40297; Fri, 22 Aug 2025 14:48:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1959140297 for ; Fri, 22 Aug 2025 14:48:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C71DC1241FF; Fri, 22 Aug 2025 14:46:31 +0200 (CEST) Subject: |WARNING| pw156082 [PATCH v6 1/3] mbuf: de-inline sanity checking a reinitialized mbuf In-Reply-To: <20250822124731.20633-2-mb@smartsharesystems.com> References: <20250822124731.20633-2-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20250822124631.C71DC1241FF@dpdk.org> Date: Fri, 22 Aug 2025 14:46:31 +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/156082 _coding style issues_ WARNING:MACRO_ARG_UNUSED: Argument 'm' is not used in function-like macro #200: 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 #200: 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