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 21F1D46C3D for ; Tue, 29 Jul 2025 08:40:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BA8840647; Tue, 29 Jul 2025 08:40:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 17EE640647 for ; Tue, 29 Jul 2025 08:40:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B82301251A0; Tue, 29 Jul 2025 08:39:03 +0200 (CEST) Subject: |WARNING| pw155577 [PATCH] app/testpmd: fix segfault in secondary process by monitoring primary In-Reply-To: <20250729063919.3554143-1-14pwcse1224@uetpeshawar.edu.pk> References: <20250729063919.3554143-1-14pwcse1224@uetpeshawar.edu.pk> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> Message-Id: <20250729063904.B82301251A0@dpdk.org> Date: Tue, 29 Jul 2025 08:39:03 +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/155577 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #103: This patch adds a mechanism in testpmd to monitor the primary process from the WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #218: FILE: lib/ethdev/rte_ethdev.c:4082: + if (rte_eal_process_type() == RTE_PROC_SECONDARY && [...] + RTE_ETHDEV_LOG_LINE(ERR, total: 0 errors, 2 warnings, 105 lines checked