From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DCDBFA00E6 for ; Thu, 21 Mar 2019 18:59:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA5A65F72; Thu, 21 Mar 2019 18:59:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 0A95A1B431; Thu, 21 Mar 2019 18:58:55 +0100 (CET) In-Reply-To: <20190319071256.26302-7-xiaolong.ye@intel.com> References: <20190319071256.26302-7-xiaolong.ye@intel.com> To: test-report@dpdk.org Cc: Xiaolong Ye Message-Id: <20190321175855.0A95A1B431@dpdk.org> Date: Thu, 21 Mar 2019 18:58:55 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51334 [PATCH v2 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/51334 _coding style issues_ ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #84: FILE: app/test-pmd/testpmd.c:198: +uint16_t mp_flags = 0; /**< flags parsed when create mempool */ total: 1 errors, 0 warnings, 104 lines checked