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 8329B4317F for ; Mon, 16 Oct 2023 16:09:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E68A402D7; Mon, 16 Oct 2023 16:09:07 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EF4F440269 for ; Mon, 16 Oct 2023 16:08:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EB8151208D9; Mon, 16 Oct 2023 16:08:58 +0200 (CEST) Subject: |WARNING| pw132631 [PATCH v4 4/7] examples/simple_mp: auto-generate cmdline boilerplate In-Reply-To: <20231016140612.664853-5-bruce.richardson@intel.com> References: <20231016140612.664853-5-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20231016140858.EB8151208D9@dpdk.org> Date: Mon, 16 Oct 2023 16:08:58 +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/132631 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #196: FILE: examples/multi_process/simple_mp/mp_commands.c:11: +extern struct rte_mempool *message_pool; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #197: FILE: examples/multi_process/simple_mp/mp_commands.c:12: +extern volatile int quit; total: 0 errors, 2 warnings, 170 lines checked