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 4E1CFA0C57 for ; Sat, 14 Aug 2021 15:44:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 41C584068F; Sat, 14 Aug 2021 15:44:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 728854013F for ; Sat, 14 Aug 2021 15:44:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 62A92120755; Sat, 14 Aug 2021 15:44:43 +0200 (CEST) In-Reply-To: <20210814134326.73736-2-cristian.dumitrescu@intel.com> References: <20210814134326.73736-2-cristian.dumitrescu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20210814134443.62A92120755@dpdk.org> Date: Sat, 14 Aug 2021 15:44:43 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw96925 [PATCH V2 2/4] pipeline: add support for learner tables 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/96925 _coding style issues_ ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent #1283: FILE: lib/pipeline/rte_swx_pipeline.c:9465: + switch (a->instructions[i].type) { + case INSTR_LEARNER_LEARN: [...] + case INSTR_LEARNER_FORGET: [...] + default: total: 1 errors, 0 warnings, 2626 lines checked