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 4E3E74617C for ; Mon, 3 Feb 2025 06:12:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 487EB40E4B; Mon, 3 Feb 2025 06:12:20 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 57B0F40264 for ; Mon, 3 Feb 2025 06:12:19 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0EE7B126FF4; Mon, 3 Feb 2025 06:11:12 +0100 (CET) Subject: |WARNING| pw150794 [PATCH v4 1/2] common/idpf: enable AVX2 for single queue Rx In-Reply-To: <20250203052430.1243485-2-shaiq.wani@intel.com> References: <20250203052430.1243485-2-shaiq.wani@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shaiq Wani Message-Id: <20250203051112.0EE7B126FF4@dpdk.org> Date: Mon, 3 Feb 2025 06:11:12 +0100 (CET) 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/150794 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #149: FILE: drivers/common/idpf/idpf_common_rxtx_avx2.c:31: +^I^I^I _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i].read), dma_addr0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #183: FILE: drivers/common/idpf/idpf_common_rxtx_avx2.c:65: + _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp++->read), dma_addr0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #183: FILE: drivers/common/idpf/idpf_common_rxtx_avx2.c:65: + _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp++->read), dma_addr0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #184: FILE: drivers/common/idpf/idpf_common_rxtx_avx2.c:66: + _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp++->read), dma_addr1);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #184: FILE: drivers/common/idpf/idpf_common_rxtx_avx2.c:66: + _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp++->read), dma_addr1);$ total: 3 errors, 2 warnings, 0 checks, 539 lines checked