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 10CAD45C1A for ; Thu, 31 Oct 2024 05:59:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0DCC943548; Thu, 31 Oct 2024 05:59:44 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 26FE343541 for ; Thu, 31 Oct 2024 05:59:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0E19F121E2B; Thu, 31 Oct 2024 05:59:41 +0100 (CET) Subject: |WARNING| pw147850 [PATCH v7] testpmd: add hairpin map parameter In-Reply-To: <20241031045817.10497-1-getelson@nvidia.com> References: <20241031045817.10497-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20241031045942.0E19F121E2B@dpdk.org> Date: Thu, 31 Oct 2024 05:59:41 +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/147850 _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, 679 lines checked