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 36E2041BE4 for ; Mon, 6 Feb 2023 04:27:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30681427F2; Mon, 6 Feb 2023 04:27:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 911FC406A2 for ; Mon, 6 Feb 2023 04:27:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 63A4C121E50; Mon, 6 Feb 2023 04:27:53 +0100 (CET) Subject: |WARNING| pw123065 [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model In-Reply-To: <20230206033407.1912955-2-wenjun1.wu@intel.com> References: <20230206033407.1912955-2-wenjun1.wu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenjun Wu Message-Id: <20230206032753.63A4C121E50@dpdk.org> Date: Mon, 6 Feb 2023 04:27:53 +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/123065 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #1382: FILE: drivers/net/idpf/idpf_rxtx_vec_common.h:86: + if (vport->rxq_model == VIRTCHNL2_QUEUE_MODEL_SPLIT) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #1385: FILE: drivers/net/idpf/idpf_rxtx_vec_common.h:89: + } else total: 0 errors, 0 warnings, 2 checks, 1262 lines checked Warning in drivers/common/idpf/idpf_common_rxtx_avx512.c: Using rte_atomicNN_xxx