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 233FAA054F for ; Mon, 15 Mar 2021 23:23:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 182DF4069F; Mon, 15 Mar 2021 23:23:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id A715E4068B for ; Mon, 15 Mar 2021 23:23:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 92BDA3DC; Mon, 15 Mar 2021 23:23:53 +0100 (CET) In-Reply-To: <20210315222204.17689-1-cristian.dumitrescu@intel.com> References: <20210315222204.17689-1-cristian.dumitrescu@intel.com> To: test-report@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20210315222353.92BDA3DC@dpdk.org> Date: Mon, 15 Mar 2021 23:23:53 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89163 [PATCH v3 1/2] pipeline: add register array support to 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/89163 _coding style issues_ WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file #245: FILE: examples/pipeline/examples/registers.cli:5: +; ./build/examples/dpdk-pipeline -l0-1 -- -s ./examples/pipeline/examples/registers.cli ERROR:SPACING: space required after that ',' (ctx:VxV) #1400: FILE: lib/librte_pipeline/rte_swx_pipeline.c:5367: + idx = instr_regarray_idx_hbo(p, t,ip); ^ total: 1 errors, 1 warnings, 2273 lines checked