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 16A0246C3D for ; Tue, 29 Jul 2025 08:40:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 10E5040647; Tue, 29 Jul 2025 08:40:54 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BE83C40668 for ; Tue, 29 Jul 2025 08:40:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 790F01251A0; Tue, 29 Jul 2025 08:38:59 +0200 (CEST) Subject: |WARNING| pw155578 [PATCH] [PATCH v4] lib/ethdev: fix segfault in secondary process by validating dev_private pointer In-Reply-To: <20250729063919.3554143-2-14pwcse1224@uetpeshawar.edu.pk> References: <20250729063919.3554143-2-14pwcse1224@uetpeshawar.edu.pk> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> Message-Id: <20250729063859.790F01251A0@dpdk.org> Date: Tue, 29 Jul 2025 08:38:59 +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/155578 _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) #230: FILE: lib/ethdev/rte_ethdev.c:4082: + if (rte_eal_process_type() == RTE_PROC_SECONDARY && [...] + RTE_ETHDEV_LOG_LINE(ERR, WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #245: FILE: lib/ethdev/rte_ethdev.c:4317: + if (rte_eal_process_type() == RTE_PROC_SECONDARY && [...] + RTE_ETHDEV_LOG_LINE(ERR, total: 0 errors, 3 warnings, 122 lines checked