|WARNING| pw131567 [PATCH 4/5] net/mlx5/hws: supporting default miss table in HWS

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 18 14:09:49 CEST 2023


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

_coding style issues_


WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'capability.flow_table_nic_cap.flow_table_properties_nic_receive.ignore_flow_level_rtc_valid'
#203: FILE: drivers/net/mlx5/hws/mlx5dr_cmd.c:1038:
+			 capability.flow_table_nic_cap.
+			 flow_table_properties_nic_receive.ignore_flow_level_rtc_valid);

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#229: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:334:
+	ret = fprintf(f, ",0x%" PRIx64 ",0x%" PRIx64 ",0x%" PRIx64 ",0x%" PRIx64 ",0x%" PRIx64 "
",

total: 0 errors, 1 warnings, 1 checks, 622 lines checked


More information about the test-report mailing list