|WARNING| pw122782 [v2 04/16] net/mlx5/hws: add capability query for gen wqe command

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 1 08:29:28 CET 2023


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122782

_coding style issues_


WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'capability.cmd_hca_cap_2.generate_wqe_type'
#159: FILE: drivers/net/mlx5/hws/mlx5dr_cmd.c:933:
+					   capability.cmd_hca_cap_2.
+					   generate_wqe_type);

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'capability.wqe_based_flow_table_cap.rtc_max_num_hash_definer_gen_wqe'
#171: FILE: drivers/net/mlx5/hws/mlx5dr_cmd.c:1043:
+							  capability.wqe_based_flow_table_cap.
+							  rtc_max_num_hash_definer_gen_wqe);

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'capability.wqe_based_flow_table_cap.ste_format_gen_wqe'
#175: FILE: drivers/net/mlx5/hws/mlx5dr_cmd.c:1047:
+							 capability.wqe_based_flow_table_cap.
+							 ste_format_gen_wqe);

total: 0 errors, 3 warnings, 0 checks, 47 lines checked


More information about the test-report mailing list