|WARNING| pw140993 [PATCH v2 033/148] net/ice/base: implement initial PTP support for E830

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 12 17:11:09 CEST 2024


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#75: 
difference besides some other register addresses is that in E830 we are able to

WARNING:LONG_LINE_COMMENT: line length of 116 exceeds 100 columns
#183: FILE: drivers/net/ice/base/ice_hw_autogen.h:10:
+#define E830_PRTTSYN_TXTIME_H(_i)		(0x001E5004 + ((_i) * 64)) /* _i=0...63 */ /* Reset Source: GLOBR */

WARNING:LONG_LINE_COMMENT: line length of 116 exceeds 100 columns
#184: FILE: drivers/net/ice/base/ice_hw_autogen.h:11:
+#define E830_PRTTSYN_TXTIME_L(_i)		(0x001E5000 + ((_i) * 64)) /* _i=0...63 */ /* Reset Source: GLOBR */

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#224: FILE: drivers/net/ice/base/ice_ptp_hw.c:4718:
+	/* For E830 devices, the timestamp is reported with the lower 32 bits
+	* in the low register, and the upper 8 bits in the high register.

total: 0 errors, 4 warnings, 0 checks, 335 lines checked


More information about the test-report mailing list