From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6D3231C148; Thu, 12 Apr 2018 16:35:00 +0200 (CEST) In-Reply-To: <20180412143422.31739-3-jfreimann@redhat.com> References: <20180412143422.31739-3-jfreimann@redhat.com> To: test-report@dpdk.org Cc: Jens Freimann Message-Id: <20180412143500.6D3231C148@dpdk.org> Date: Thu, 12 Apr 2018 16:35:00 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37981 [PATCH 2/2] testpmd: add code to simulate noisy neighbour memory usage 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, 12 Apr 2018 14:35:00 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37981 _coding style issues_ ERROR:SPACING: space prohibited before that close parenthesis ')' #69: FILE: app/test-pmd/iofwd.c:48: + vnf_mem[i % ((vnf_memory_footprint * 1024 * 1024 ) / ERROR:SPACING: space prohibited before that close parenthesis ')' #79: FILE: app/test-pmd/iofwd.c:58: + r = vnf_mem[i % ((vnf_memory_footprint * 1024 * 1024 ) / ERROR:SPACING: space required after that ',' (ctx:VxV) #97: FILE: app/test-pmd/iofwd.c:76: + uint16_t i,j; ^ ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #189: FILE: app/test-pmd/testpmd.c:270: +uint64_t vnf_memory_footprint = 0; ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #195: FILE: app/test-pmd/testpmd.c:276: +uint64_t nb_rnd_write = 0; ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #201: FILE: app/test-pmd/testpmd.c:282: +uint64_t nb_rnd_read = 0; ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #207: FILE: app/test-pmd/testpmd.c:288: +uint64_t nb_rnd_read_write = 0; total: 7 errors, 0 warnings, 173 lines checked