From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 93B3DA84C; Thu, 8 Mar 2018 14:54:07 +0100 (CET) In-Reply-To: <20180308135249.28187-8-qi.z.zhang@intel.com> References: <20180308135249.28187-8-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20180308135407.93B3DA84C@dpdk.org> Date: Thu, 8 Mar 2018 14:54:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35785 [PATCH RFC v2 7/7] app/testpmd: enable parameter for mempool flags 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: Thu, 08 Mar 2018 13:54:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35785 _coding style issues_ ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #77: FILE: app/test-pmd/testpmd.c:174: +uint16_t mp_flags = 0; /**< flags parsed when create mempool */ total: 1 errors, 0 warnings, 92 lines checked