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 AC65245C11 for ; Wed, 30 Oct 2024 08:39:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A80F6402EE; Wed, 30 Oct 2024 08:39:45 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 681D94025C for ; Wed, 30 Oct 2024 08:39:44 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5227C121E31; Wed, 30 Oct 2024 08:39:44 +0100 (CET) Subject: |WARNING| pw147708 [PATCH v6] testpmd: add hairpin map parameter In-Reply-To: <20241030073724.103112-1-getelson@nvidia.com> References: <20241030073724.103112-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20241030073944.5227C121E31@dpdk.org> Date: Wed, 30 Oct 2024 08:39:44 +0100 (CET) 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/147708 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #178: FILE: app/test-pmd/hairpin.c:5: +#include ERROR:GLOBAL_INITIALISERS: do not initialise globals to false #191: FILE: app/test-pmd/hairpin.c:18: +bool hairpin_multiport_mode = false; total: 1 errors, 1 warnings, 689 lines checked