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 29D69437A9 for ; Wed, 27 Dec 2023 10:09:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23C1840647; Wed, 27 Dec 2023 10:09:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C96BC402E4 for ; Wed, 27 Dec 2023 10:09:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C5A4A12485B; Wed, 27 Dec 2023 10:09:14 +0100 (CET) Subject: |WARNING| pw135613 [PATCH 5/8] net/mlx5/hws: support NAT64 action In-Reply-To: <20231227090731.2569427-6-bingz@nvidia.com> References: <20231227090731.2569427-6-bingz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bing Zhao Message-Id: <20231227090914.C5A4A12485B@dpdk.org> Date: Wed, 27 Dec 2023 10:09:14 +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/135613 _coding style issues_ WARNING:TYPO_SPELLING: 'attiribute' may be misspelled - perhaps 'attribute'? #171: FILE: drivers/net/mlx5/hws/mlx5dr.h:818: + * The relevant attiribute of the NAT action. WARNING:SPACE_BEFORE_TAB: please, no space before tabs #171: FILE: drivers/net/mlx5/hws/mlx5dr.h:818: + * ^IThe relevant attiribute of the NAT action.$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #172: FILE: drivers/net/mlx5/hws/mlx5dr.h:819: + * The relevant attiribute of the NAT action. + * @param[in] flags WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #173: FILE: drivers/net/mlx5/hws/mlx5dr.h:820: + * @param[in] flags + * Action creation flags. (enum mlx5dr_action_flags) CHECK:SPACING: No space is necessary after a cast #246: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:282: + action_ptr = (uint8_t *) modify_action_data; CHECK:SPACING: No space is necessary after a cast #309: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:345: + pat[0].sz = (action_ptr - (uint8_t *) modify_action_data); CHECK:SPACING: No space is necessary after a cast #356: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:392: + action_ptr = (uint8_t *) modify_action_data; CHECK:SPACING: No space is necessary after a cast #396: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:432: + pat[0].sz = action_ptr - (uint8_t *) modify_action_data; CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #441: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:477: + + } CHECK:SPACING: No space is necessary after a cast #444: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:480: + action_ptr = (uint8_t *) modify_action_data; CHECK:SPACING: No space is necessary after a cast #509: FILE: drivers/net/mlx5/hws/mlx5dr_action.c:545: + pat[0].sz = action_ptr - (uint8_t *) modify_action_data; total: 0 errors, 4 warnings, 7 checks, 598 lines checked