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 27971423BC for ; Fri, 13 Jan 2023 02:45:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 256CD410EF; Fri, 13 Jan 2023 02:45:38 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6706A410D4 for ; Fri, 13 Jan 2023 02:45:36 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5A4951234F4; Fri, 13 Jan 2023 02:45:36 +0100 (CET) Subject: |WARNING| pw121988 [PATCH v5 1/1] common/idpf: add AVX512 data path for split queue model In-Reply-To: <20230113015119.3279019-2-wenjun1.wu@intel.com> References: <20230113015119.3279019-2-wenjun1.wu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenjun Wu Message-Id: <20230113014536.5A4951234F4@dpdk.org> Date: Fri, 13 Jan 2023 02:45:36 +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/121988 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #231: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:567: + rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #231: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:567: + rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$ ERROR:CODE_INDENT: code indent should use tabs where possible #304: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:640: + rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #304: FILE: drivers/common/idpf/idpf_common_rxtx_avx512.c:640: + rte_atomic64_add(&rx_bufq->rx_stats.mbuf_alloc_failed, IDPF_RXQ_REARM_THRESH);$ total: 2 errors, 2 warnings, 0 checks, 1189 lines checked Warning in drivers/common/idpf/idpf_common_rxtx_avx512.c: Using rte_atomicNN_xxx