From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 020E142C58 for ; Thu, 8 Jun 2023 07:43:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1F9D40042; Thu, 8 Jun 2023 07:42:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3E78440042 for ; Thu, 8 Jun 2023 07:42:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2C8D412077C; Thu, 8 Jun 2023 07:42:58 +0200 (CEST) Subject: |WARNING| pw128369 [PATCH v4] app/dma-perf: introduce dma-perf application In-Reply-To: <20230608050301.49745-1-cheng1.jiang@intel.com> References: <20230608050301.49745-1-cheng1.jiang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cheng Jiang Message-Id: <20230608054258.2C8D412077C@dpdk.org> Date: Thu, 8 Jun 2023 07:42:58 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/128369 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #134: FILE: app/test-dma-perf/benchmark.c:6: +#include WARNING:LONG_LINE: line length of 121 exceeds 100 columns #219: FILE: app/test-dma-perf/benchmark.c:91: + printf("average cycles/op: %" PRIu64 ", buffer size: %u, nr_buf: %u, memory: %.2lfMB, frequency: %" PRIu64 ". ", WARNING:LONG_LINE: line length of 106 exceeds 100 columns #271: FILE: app/test-dma-perf/benchmark.c:143: + rte_exit(EXIT_FAILURE, "Error, no configured queues reported on device id. %u ", dev_id); WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #675: FILE: app/test-dma-perf/main.c:5: +#include WARNING:LONG_LINE: line length of 103 exceeds 100 columns #744: FILE: app/test-dma-perf/main.c:74: + snprintf(output_str[1], MAX_OUTPUT_STR_LEN, "CPU frequency,%" PRIu64 " ", rte_get_timer_hz()); WARNING:LONG_LINE: line length of 107 exceeds 100 columns #987: FILE: app/test-dma-perf/main.c:317: + printf("Error: No case type in case %d, the test will be finished here. ", i + 1); total: 0 errors, 6 warnings, 1190 lines checked