WARNING: line length of 83 exceeds 80 columns
#179: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:497:
+ * 32 is SW limitation for array size, keep. HWS limitation is 16M STEs per matcher

WARNING: line length of 84 exceeds 80 columns
#230: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:548:
+	 *      -> drop -> FWD:tbl/vport/sampler/tbl_num/range -> dest_array -> last

WARNING: line length of 85 exceeds 80 columns
#244: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:562:
+		if (fte_action->pkt_reformat->owner == MLX5_FLOW_RESOURCE_OWNER_FW) {

WARNING: line length of 82 exceeds 80 columns
#251: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:569:
+			pr_data = fte_action->pkt_reformat->fs_hws_action.pr_data;

WARNING: line length of 83 exceeds 80 columns
#252: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:570:
+			(*ractions)[num_actions].reformat.offset = pr_data->offset;

WARNING: line length of 85 exceeds 80 columns
#253: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:571:
+			(*ractions)[num_actions].reformat.hdr_idx = pr_data->hdr_idx;

WARNING: line length of 83 exceeds 80 columns
#256: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:574:
+				fte_action->pkt_reformat->fs_hws_action.hws_action;

WARNING: line length of 83 exceeds 80 columns
#259: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:577:
+				fte_action->pkt_reformat->fs_hws_action.hws_action;

WARNING: line length of 83 exceeds 80 columns
#342: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:660:
+				mlx5_fc_id(counter) - mlx5_fc_get_base_id(counter);

WARNING: line length of 90 exceeds 80 columns
#359: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:677:
+		(*ractions)[num_actions].tag.value = fte->act_dests.flow_context.flow_tag;

WARNING: line length of 86 exceeds 80 columns
#391: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:709:
+				dest_action = mlx5_fs_get_dest_action_ft(fs_ctx, dst);

WARNING: line length of 87 exceeds 80 columns
#394: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:712:
+				dest_action = mlx5_fs_get_dest_action_table_num(fs_ctx,

WARNING: line length of 85 exceeds 80 columns
#395: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:713:
+										dst);

WARNING: line length of 90 exceeds 80 columns
#398: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:716:
+				dest_action = mlx5_fs_create_dest_action_table_num(fs_ctx,

WARNING: line length of 88 exceeds 80 columns
#399: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:717:
+										   dst);

WARNING: line length of 82 exceeds 80 columns
#400: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:718:
+				fs_actions[num_fs_actions++].action = dest_action;

WARNING: line length of 89 exceeds 80 columns
#403: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:721:
+				dest_action = mlx5_fs_create_dest_action_range(ctx, dst);

WARNING: line length of 82 exceeds 80 columns
#404: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:722:
+				fs_actions[num_fs_actions++].action = dest_action;

WARNING: line length of 81 exceeds 80 columns
#499: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:817:
+		return mlx5_fs_cmd_get_fw_cmds()->create_fte(ns, ft, group, fte);

WARNING: line length of 81 exceeds 80 columns
#542: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:860:
+	mlx5_fs_destroy_fs_actions(&rule->hws_fs_actions, &rule->num_fs_actions);

WARNING: line length of 82 exceeds 80 columns
#575: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:893:
+	ret = mlx5hws_bwc_rule_action_update(fte->fs_hws_rule.bwc_rule, ractions);

WARNING: line length of 81 exceeds 80 columns
#580: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:898:
+	mlx5_fs_destroy_fs_actions(&saved_hws_fs_actions, &saved_num_fs_actions);

total: 0 errors, 22 warnings, 0 checks, 591 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 0f475519dead ("net/mlx5: fs, add HWS fte API functions") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 22 warnings, 0 checks, 591 lines checked