|WARNING| pw121914 [PATCH 2/4] net/mlx5/hws: read capabilities for Split/Linear tables

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 12 14:51:13 CET 2023


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

_coding style issues_


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

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

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

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

total: 0 errors, 4 warnings, 0 checks, 33 lines checked
Yevgeny Kliteynik <kliteyn at nvidia.com> is unknown, please fix the commit message or update .mailmap.


More information about the test-report mailing list