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 6479342361 for ; Wed, 11 Oct 2023 15:36:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60493406B4; Wed, 11 Oct 2023 15:36:16 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D47A4402AE for ; Wed, 11 Oct 2023 15:36:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D12F3120D36; Wed, 11 Oct 2023 15:36:15 +0200 (CEST) Subject: |WARNING| pw132556 [PATCH v3 3/5] examples/simple_mp: auto-generate cmdline boilerplate In-Reply-To: <20231011133357.111058-4-bruce.richardson@intel.com> References: <20231011133357.111058-4-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20231011133615.D12F3120D36@dpdk.org> Date: Wed, 11 Oct 2023 15:36:15 +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/132556 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #194: 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 #195: FILE: examples/multi_process/simple_mp/mp_commands.c:12: +extern volatile int quit; total: 0 errors, 2 warnings, 170 lines checked