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 66316A0C43 for ; Tue, 19 Oct 2021 11:37:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61B5F40DF5; Tue, 19 Oct 2021 11:37:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BC3F140DF5 for ; Tue, 19 Oct 2021 11:37:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B7A6F121D26; Tue, 19 Oct 2021 11:37:41 +0200 (CEST) In-Reply-To: <20211019092344.1299368-3-radu.nicolau@intel.com> References: <20211019092344.1299368-3-radu.nicolau@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Radu Nicolau Message-Id: <20211019093741.B7A6F121D26@dpdk.org> Date: Tue, 19 Oct 2021 11:37:41 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw102154 [PATCH v10 2/7] net/iavf: rework tx path 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/102154 _coding style issues_ WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #582: FILE: drivers/net/iavf/iavf_rxtx.c:2370: + if (idx == 0) CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #907: FILE: drivers/net/iavf/iavf_rxtx_vec_sse.c:366: + const __m128i ptype_mask = _mm_set_epi16( total: 0 errors, 1 warnings, 1 checks, 824 lines checked