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 70498A0C47 for ; Tue, 26 Oct 2021 11:52:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CE06410D5; Tue, 26 Oct 2021 11:52:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4CA24407FF for ; Tue, 26 Oct 2021 11:52:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2ABA4121E90; Tue, 26 Oct 2021 11:52:01 +0200 (CEST) In-Reply-To: <20211026095037.17557-1-getelson@nvidia.com> References: <20211026095037.17557-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20211026095201.2ABA4121E90@dpdk.org> Date: Tue, 26 Oct 2021 11:52:01 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102890 [PATCH] examples/multi_process: fix RX packets distribution 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/102890 _coding style issues_ ERROR:INITIALISED_STATIC: do not initialise statics to 0 #147: FILE: examples/multi_process/client_server_mp/mp_server/main.c:237: + static uint8_t client = 0; total: 1 errors, 0 warnings, 8 lines checked