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 6F86142993 for ; Thu, 20 Apr 2023 09:57:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A86740E25; Thu, 20 Apr 2023 09:57:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B0C7541141 for ; Thu, 20 Apr 2023 09:57:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A30B1121EF6; Thu, 20 Apr 2023 09:57:42 +0200 (CEST) Subject: |WARNING| pw126293 [PATCH] app/dma-perf: introduce dma-perf application In-Reply-To: <20230420072215.19069-1-cheng1.jiang@intel.com> References: <20230420072215.19069-1-cheng1.jiang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cheng Jiang Message-Id: <20230420075742.A30B1121EF6@dpdk.org> Date: Thu, 20 Apr 2023 09:57:42 +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/126293 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #118: FILE: app/test-dma-perf/benchmark.c:6: +#include WARNING:LONG_LINE: line length of 118 exceeds 100 columns #206: FILE: app/test-dma-perf/benchmark.c:94: + printf("average cycles/op: %" PRIu64 ", buffer size: %u, nr_buf: %u, memory: %uMB, frequency: %" PRIu64 ". ", WARNING:LONG_LINE: line length of 105 exceeds 100 columns #258: FILE: app/test-dma-perf/benchmark.c:146: + rte_exit(EXIT_FAILURE, "Error, no configured queues reported on device id %u ", dev_id); WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #652: FILE: app/test-dma-perf/main.c:5: +#include ERROR:C99_COMMENTS: do not use C99 // comments #961: FILE: app/test-dma-perf/main.c:314: + i++; // skip the value argument ERROR:C99_COMMENTS: do not use C99 // comments #1010: FILE: app/test-dma-perf/main.c:363: + // if the result output file is not configured, let it base on the config file name. total: 2 errors, 4 warnings, 1048 lines checked