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 6682B43696 for ; Thu, 7 Dec 2023 08:25:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5DE8342EC1; Thu, 7 Dec 2023 08:25:48 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7D3BB42E7A for ; Thu, 7 Dec 2023 08:25:47 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 79C2A121E42; Thu, 7 Dec 2023 08:25:47 +0100 (CET) Subject: |WARNING| pw134908 [PATCH v2 1/2] common/idpf: enable AVX2 for single queue Rx In-Reply-To: <20231207074636.2175645-2-wenzhuo.lu@intel.com> References: <20231207074636.2175645-2-wenzhuo.lu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenzhuo Lu Message-Id: <20231207072547.79C2A121E42@dpdk.org> Date: Thu, 7 Dec 2023 08:25:47 +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/134908 _coding style issues_ Warning in drivers/common/idpf/idpf_common_rxtx_avx2.c: Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx Warning in drivers/common/idpf/idpf_common_rxtx_avx2.c: Using __builtin helpers for bit count operations