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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 4 14:32:06 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'initalized' may be misspelled - perhaps 'initialized'?
#179: 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'
#200: FILE: lib/librte_gro/rte_gro.c:48:
+						&(gro_tbl->
+							lkp_tbls[i].hash_tbl))

total: 0 errors, 2 warnings, 395 lines checked


More information about the test-report mailing list