[dpdk-test-report] |WARNING| pw70847 [RFC] app/test-regex: add RegEx test application.

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 10 09:54:38 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'accoding' may be misspelled - perhaps 'according'?
#68: 
2. configure the probed device accoding to the device caps.

WARNING:TYPO_SPELLING: 'accoding' may be misspelled - perhaps 'according'?
#74: 
8. attach the data buffer at offset 0 with len accoding to request

ERROR:SPACING: space required before the open parenthesis '('
#289: FILE: app/test-regex/main.c:184:
+		while(rte_regexdev_dequeue_burst(dev_id, qp_id, ops, 1));

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#289: FILE: app/test-regex/main.c:184:
+		while(rte_regexdev_dequeue_burst(dev_id, qp_id, ops, 1));

WARNING:TYPO_SPELLING: 'offet' may be misspelled - perhaps 'offset'?
#296: FILE: app/test-regex/main.c:191:
+			       i, match->rule_id, match->start_offet,

total: 2 errors, 3 warnings, 217 lines checked


More information about the test-report mailing list