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 EDD944375E for ; Fri, 22 Dec 2023 12:24:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8086402F0; Fri, 22 Dec 2023 12:24:20 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 49DA54025D for ; Fri, 22 Dec 2023 12:24:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4510812485B; Fri, 22 Dec 2023 12:24:08 +0100 (CET) Subject: |WARNING| pw135500 [PATCH 1/4] iommufd: add IOMMUFD support In-Reply-To: <20231222194453.3049693-2-beilei.xing@intel.com> References: <20231222194453.3049693-2-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20231222112408.4510812485B@dpdk.org> Date: Fri, 22 Dec 2023 12:24:08 +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/135500 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #155: FILE: lib/eal/include/rte_iommufd.h:26: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #467: FILE: lib/eal/linux/eal_iommufd.h:16: +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0) total: 0 errors, 2 warnings, 377 lines checked Warning in lib/eal/linux/eal_iommufd.c: Prefer RTE_LOG_LINE