[dpdk-test-report] |WARNING| pw23813 [PATCH v3 1/3] lib: add Generic Receive Offload API framework

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Apr 24 10:10:34 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'initalized' may be misspelled - perhaps 'initialized'?
#188: FILE: lib/librte_gro/rte_gro.c:27:
+ *  gro_tbl points to a rte_gro_tbl object, which will be initalized

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'gro_tbl->lkp_tbls[i].hash_tbl'
#210: FILE: lib/librte_gro/rte_gro.c:49:
+						&(gro_tbl->
+							lkp_tbls[i].hash_tbl))

total: 0 errors, 2 warnings, 398 lines checked


More information about the test-report mailing list