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 362E9A09F3 for ; Wed, 19 Oct 2022 23:01:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30CDB42BF7; Wed, 19 Oct 2022 23:01:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C0A5640A7D for ; Wed, 19 Oct 2022 23:01:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B2A8F120778; Wed, 19 Oct 2022 23:01:54 +0200 (CEST) Subject: |WARNING| pw118673 [v5 18/18] net/mlx5/hws: Enable HWS In-Reply-To: <20221019205721.8077-19-valex@nvidia.com> References: <20221019205721.8077-19-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20221019210154.B2A8F120778@dpdk.org> Date: Wed, 19 Oct 2022 23:01:54 +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/118673 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #535: FILE: drivers/net/mlx5/hws/mlx5dr.h:515: + * ^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 #574: FILE: drivers/net/mlx5/hws/mlx5dr.h:574: + * ^IThe context to which the queue belong to.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #577: FILE: drivers/net/mlx5/hws/mlx5dr.h:576: + * ^IThe id of the queue to perform the action on.$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #580: FILE: drivers/net/mlx5/hws/mlx5dr.h:578: + * ^IActions to perform on the queue. (enum mlx5dr_send_queue_actions)$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #589: FILE: drivers/net/mlx5/hws/mlx5dr.h:590: + * ^IThe file to write the dump to.$ CHECK:MACRO_ARG_PRECEDENCE: Macro argument '_value' may be better as '(_value)' to avoid precedence issues #644: 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 #656: 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) #656: 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) #656: 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, 634 lines checked