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 46062A052A for ; Mon, 25 Jan 2021 02:03:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E967140DBF; Mon, 25 Jan 2021 02:03:22 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 68637140DAF for ; Mon, 25 Jan 2021 02:03:21 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 4BADAF3E; Mon, 25 Jan 2021 02:03:21 +0100 (CET) In-Reply-To: <20210125010235.1768333-2-lizh@nvidia.com> References: <20210125010235.1768333-2-lizh@nvidia.com> To: test-report@dpdk.org Cc: Li Zhang Message-Id: <20210125010321.4BADAF3E@dpdk.org> Date: Mon, 25 Jan 2021 02:03:21 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw87164 [PATCH] [RFC]: adds support PPS(packet per second) on meter 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/87164 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #51: Currently the flow Meter algorithms in rte_flow only supports bytes per second(BPS). ERROR:TRAILING_WHITESPACE: trailing whitespace #101: FILE: lib/librte_ethdev/rte_mtr.h:336: +^I * to run the srTCM packet per second algorithm. The value of 0 $ ERROR:TRAILING_WHITESPACE: trailing whitespace #102: FILE: lib/librte_ethdev/rte_mtr.h:337: +^I * indicates this metering algorithm is not supported. $ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #115: FILE: lib/librte_ethdev/rte_mtr.h:368: + /** + * When non-zero, it indicates that color aware mode is supported for total: 2 errors, 2 warnings, 52 lines checked