From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AE826A052A for ; Thu, 26 Nov 2020 12:17:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CFC60C958; Thu, 26 Nov 2020 12:17:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id D805AC97A; Thu, 26 Nov 2020 12:17:08 +0100 (CET) In-Reply-To: <20201126111543.16928-3-wisamm@nvidia.com> References: <20201126111543.16928-3-wisamm@nvidia.com> To: test-report@dpdk.org Cc: Wisam Jaddo Message-Id: <20201126111708.D805AC97A@dpdk.org> Date: Thu, 26 Nov 2020 12:17:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw84572 [PATCH 2/4] app/flow-perf: add multiple cores insertion and deletion 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/84572 _coding style issues_ WARNING:LONG_LINE: line length of 101 exceeds 100 columns #1296: FILE: app/test-flow-perf/main.c:1158: + insertion_latency = ((double) (mc_pool.rules_count / insertion_latency_time) / 1000); WARNING:LONG_LINE: line length of 107 exceeds 100 columns #1301: FILE: app/test-flow-perf/main.c:1163: + insertion_throughput = ((double) (mc_pool.rules_count / insertion_throughput_time) / 1000); WARNING:LONG_LINE: line length of 105 exceeds 100 columns #1302: FILE: app/test-flow-perf/main.c:1164: + deletion_throughput = ((double) (mc_pool.rules_count / deletion_throughput_time) / 1000); total: 0 errors, 3 warnings, 1224 lines checked