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 A100EA0543 for ; Thu, 15 Dec 2022 02:49:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9AC3D40685; Thu, 15 Dec 2022 02:49:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1551440698 for ; Thu, 15 Dec 2022 02:49:49 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id F0AF5120834; Thu, 15 Dec 2022 02:49:48 +0100 (CET) Subject: |WARNING| pw120907 [PATCH 2/2] app/testpmd: add disable-flow-flush parameter In-Reply-To: <20221215014142.15750-3-fengchengwen@huawei.com> References: <20221215014142.15750-3-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20221215014948.F0AF5120834@dpdk.org> Date: Thu, 15 Dec 2022 02:49:48 +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/120907 _coding style issues_ ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #107: FILE: app/test-pmd/testpmd.c:389: +uint8_t no_flow_flush = 0; /* do flow flush by default */ total: 1 errors, 0 warnings, 59 lines checked