From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 31C1C375B; Fri, 1 Mar 2019 09:13:48 +0100 (CET) In-Reply-To: <20190301080947.91086-7-xiaolong.ye@intel.com> References: <20190301080947.91086-7-xiaolong.ye@intel.com> To: test-report@dpdk.org Cc: Xiaolong Ye Message-Id: <20190301081348.31C1C375B@dpdk.org> Date: Fri, 1 Mar 2019 09:13:48 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50709 [v1, 6/6] app/testpmd: add mempool flags parameter X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2019 08:13:48 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50709 _coding style issues_ ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #81: FILE: app/test-pmd/testpmd.c:198: +uint16_t mp_flags = 0; /**< flags parsed when create mempool */ total: 1 errors, 0 warnings, 94 lines checked