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 0954545769 for ; Thu, 8 Aug 2024 11:03:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2F4D427DD; Thu, 8 Aug 2024 11:03:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 01E0B427A7 for ; Thu, 8 Aug 2024 11:03:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EF97B123EF2; Thu, 8 Aug 2024 11:03:06 +0200 (CEST) Subject: |WARNING| pw143024 [PATCH 1/4] [v1, 1/4] zsda: Introduce zsda device drivers In-Reply-To: <20240808085030.1685755-1-li.hanxiao@zte.com.cn> References: <20240808085030.1685755-1-li.hanxiao@zte.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hanxiao Li Message-Id: <20240808090306.EF97B123EF2@dpdk.org> Date: Thu, 8 Aug 2024 11:03:06 +0200 (CEST) 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/143024 _coding style issues_ WARNING:TYPO_SPELLING: 'BTYE' may be misspelled - perhaps 'BYTE'? #396: FILE: drivers/common/zsda/zsda_common.h:78: +#define ZSDA_64_BTYE_ALIGN_MASK (~0x3f) ERROR:C99_COMMENTS: do not use C99 // comments #426: FILE: drivers/common/zsda/zsda_common.h:108: +#define ZSDA_OPC_COMP_GZIP 0x10 // Encomp deflate-Gzip ERROR:C99_COMMENTS: do not use C99 // comments #427: FILE: drivers/common/zsda/zsda_common.h:109: +#define ZSDA_OPC_COMP_ZLIB 0x11 // Encomp deflate-Zlib ERROR:C99_COMMENTS: do not use C99 // comments #428: FILE: drivers/common/zsda/zsda_common.h:110: +#define ZSDA_OPC_DECOMP_GZIP 0x18 // Decompinfalte-Gzip ERROR:C99_COMMENTS: do not use C99 // comments #429: FILE: drivers/common/zsda/zsda_common.h:111: +#define ZSDA_OPC_DECOMP_ZLIB 0x19 // Decompinfalte-Zlib WARNING:TYPO_SPELLING: 'elment' may be misspelled - perhaps 'element'? #452: FILE: drivers/common/zsda/zsda_common.h:134: +enum sgl_elment_type_wqe { WARNING:TYPO_SPELLING: 'elment' may be misspelled - perhaps 'element'? #459: FILE: drivers/common/zsda/zsda_common.h:141: +enum sgl_elment_type { ERROR:C99_COMMENTS: do not use C99 // comments #467: FILE: drivers/common/zsda/zsda_common.h:149: + // Version information ERROR:C99_COMMENTS: do not use C99 // comments #470: FILE: drivers/common/zsda/zsda_common.h:152: + // algo type ERROR:C99_COMMENTS: do not use C99 // comments #473: FILE: drivers/common/zsda/zsda_common.h:155: + // get cycle ERROR:C99_COMMENTS: do not use C99 // comments #476: FILE: drivers/common/zsda/zsda_common.h:158: + // set cyclr ERROR:C99_COMMENTS: do not use C99 // comments #482: FILE: drivers/common/zsda/zsda_common.h:164: + // set close flr register ERROR:C99_COMMENTS: do not use C99 // comments #579: FILE: drivers/common/zsda/zsda_common.h:261: + uint8_t valid; // cqe_cycle total: 10 errors, 3 warnings, 602 lines checked Warning in drivers/common/zsda/zsda_logs.h: Do not use variadic argument pack in macros Warning in drivers/common/zsda/zsda_logs.c: Using RTE_LOG_REGISTER, prefer RTE_LOG_REGISTER_(DEFAULT|SUFFIX) Please use __rte_cache_aligned only for struct or union types alignment.