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 327A7A054F for ; Mon, 15 Mar 2021 23:24:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E4164069F; Mon, 15 Mar 2021 23:24:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 3AED44068B for ; Mon, 15 Mar 2021 23:24:06 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 3624E58CD; Mon, 15 Mar 2021 23:24:06 +0100 (CET) In-Reply-To: <20210315222204.17689-2-cristian.dumitrescu@intel.com> References: <20210315222204.17689-2-cristian.dumitrescu@intel.com> To: test-report@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20210315222406.3624E58CD@dpdk.org> Date: Mon, 15 Mar 2021 23:24:06 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89164 [PATCH v3 2/2] pipeline: add meter support to the SWX pipeline 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/89164 _coding style issues_ WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #591: FILE: examples/pipeline/examples/meter.cli:5: +; ./build/examples/dpdk-pipeline -l0-1 -- -s ./examples/pipeline/examples/meter.cli WARNING:TYPO_SPELLING: 'resposibility' may be misspelled - perhaps 'responsibility'? #787: FILE: lib/librte_pipeline/rte_swx_ctl.h:717: + * the resposibility of the control plane to make sure this meter is not used by WARNING:TYPO_SPELLING: 'resposibility' may be misspelled - perhaps 'responsibility'? #810: FILE: lib/librte_pipeline/rte_swx_ctl.h:740: + * resposibility of the control plane to make sure this meter is not used by the WARNING:SPACING: space prohibited between function name and open parenthesis '(' #1414: FILE: lib/librte_pipeline/rte_swx_pipeline.c:5950: + CHECK (0, EINVAL); WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #2725: FILE: lib/librte_pipeline/rte_swx_pipeline.c:9810: +} total: 0 errors, 5 warnings, 2759 lines checked