|WARNING| pw110277 [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer split

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 26 13:37:18 CEST 2022


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#70: 
Protocol based buffer split consists of splitting a received packet into two

WARNING:TYPO_SPELLING: 'splitted' may be misspelled - perhaps 'split'?
#95: 
consists of MAC_IP_UDP_PAYLOAD will be splitted like following:

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#150: FILE: lib/ethdev/rte_ethdev.c:1713:
+			/* Length and protocol are exclusive here, so make sure length is 0 in protocol

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#151: FILE: lib/ethdev/rte_ethdev.c:1714:
+			/* Length and protocol are exclusive here, so make sure length is 0 in protocol
+			based buffer split. */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#151: FILE: lib/ethdev/rte_ethdev.c:1714:
+			based buffer split. */

total: 0 errors, 5 warnings, 86 lines checked


More information about the test-report mailing list