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 16BF2A00C2 for ; Thu, 6 Oct 2022 17:08:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1370842CA9; Thu, 6 Oct 2022 17:08:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C69EB42C9E for ; Thu, 6 Oct 2022 17:08:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B805F120EFA; Thu, 6 Oct 2022 17:08:08 +0200 (CEST) Subject: |WARNING| pw117481 [v2 19/19] net/mlx5/hws: Enable HWS In-Reply-To: <20221006150325.660-20-valex@nvidia.com> References: <20221006150325.660-20-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20221006150808.B805F120EFA@dpdk.org> Date: Thu, 6 Oct 2022 17:08:08 +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/117481 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #680: FILE: drivers/net/mlx5/hws/mlx5dr.h:514: + * ^ICopy the ASO object value into this reg_id, after a packet hits a rule with this ASO object.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #739: FILE: drivers/net/mlx5/hws/mlx5dr.h:573: + * ^IThe context to which the queue belong to.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #741: FILE: drivers/net/mlx5/hws/mlx5dr.h:575: + * ^IThe id of the queue to perform the action on.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #743: FILE: drivers/net/mlx5/hws/mlx5dr.h:577: + * ^IActions to perform on the queue. (enum mlx5dr_send_queue_actions)$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #755: FILE: drivers/net/mlx5/hws/mlx5dr.h:589: + * ^IThe file to write the dump to.$ CHECK:MACRO_ARG_PRECEDENCE: Macro argument '_value' may be better as '(_value)' to avoid precedence issues #812: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:46: +#define IS_BIT_SET(_value, _bit) (_value & (1ULL << (_bit))) WARNING:LONG_LINE: line length of 106 exceeds 100 columns #824: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:58: + DRV_LOG(level, RTE_FMT("[%s]: " RTE_FMT_HEAD(__VA_ARGS__,), __func__, RTE_FMT_TAIL(__VA_ARGS__,))) ERROR:SPACING: space required after that ',' (ctx:VxB) #824: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:58: + DRV_LOG(level, RTE_FMT("[%s]: " RTE_FMT_HEAD(__VA_ARGS__,), __func__, RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #824: FILE: drivers/net/mlx5/hws/mlx5dr_internal.h:58: + DRV_LOG(level, RTE_FMT("[%s]: " RTE_FMT_HEAD(__VA_ARGS__,), __func__, RTE_FMT_TAIL(__VA_ARGS__,))) ^ total: 2 errors, 6 warnings, 1 checks, 740 lines checked