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 8A7C2A0032 for ; Mon, 18 Jul 2022 15:08:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8722640F1A; Mon, 18 Jul 2022 15:08:48 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2CF904069F for ; Mon, 18 Jul 2022 15:08:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 294A11231C5; Mon, 18 Jul 2022 15:08:47 +0200 (CEST) Subject: |WARNING| pw114020 [PATCH 4/9] pipeline: generate the code for pipeline specification structure In-Reply-To: <20220718130713.339003-4-cristian.dumitrescu@intel.com> References: <20220718130713.339003-4-cristian.dumitrescu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20220718130847.294A11231C5@dpdk.org> Date: Mon, 18 Jul 2022 15:08:47 +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/114020 _coding style issues_ ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent #95: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2110: + switch (match_type) { + case RTE_SWX_TABLE_MATCH_WILDCARD: return "RTE_SWX_TABLE_MATCH_WILDCARD"; + case RTE_SWX_TABLE_MATCH_LPM: return "RTE_SWX_TABLE_MATCH_LPM"; + case RTE_SWX_TABLE_MATCH_EXACT: return "RTE_SWX_TABLE_MATCH_EXACT"; + default: return "RTE_SWX_TABLE_MATCH_UNKNOWN"; WARNING:LONG_LINE: line length of 101 exceeds 100 columns #554: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2569: + fprintf(f, "static uint32_t learner_%s_timeout[] = { ", learner_spec->name); total: 1 errors, 1 warnings, 644 lines checked