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 0907FA0548 for ; Mon, 20 Sep 2021 16:01:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EABFF410F1; Mon, 20 Sep 2021 16:01:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F07FC410F1 for ; Mon, 20 Sep 2021 16:01:13 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EC321122EE7; Mon, 20 Sep 2021 16:01:13 +0200 (CEST) In-Reply-To: <20210920135202.1739660-3-radu.nicolau@intel.com> References: <20210920135202.1739660-3-radu.nicolau@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Radu Nicolau Message-Id: <20210920140113.EC321122EE7@dpdk.org> Date: Mon, 20 Sep 2021 16:01:13 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99317 [PATCH v3 2/6] 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/99317 _coding style issues_ WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #592: FILE: drivers/net/iavf/iavf_rxtx.c:2358: + if (idx == 0) ERROR:TRAILING_WHITESPACE: trailing whitespace #670: FILE: drivers/net/iavf/iavf_rxtx.c:2396: +^I^I$ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #811: FILE: drivers/net/iavf/iavf_rxtx_vec_sse.c:366: + const __m128i ptype_mask = _mm_set_epi16( total: 1 errors, 1 warnings, 1 checks, 727 lines checked