[dpdk-test-report] |WARNING| pw24032 [PATCH v1 0/6] Extended xstats API in ethdev library to allow grouping of stats

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 1 23:35:30 CEST 2017


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

_coding style issues_


ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#49: 
--- a/drivers/net/e1000/igb_ethdev.c

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#56: FILE: drivers/net/e1000/igb_ethdev.c:398:
+       .xstats_get_by_id     = eth_igb_xstats_get_by_id,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#68: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:535:
+       .xstats_get_by_id     = ixgbe_dev_xstats_get_by_id,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#80: FILE: lib/librte_ether/rte_ethdev.c:191:
+       unsigned i;$

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/librte_ether/rte_ethdev.c:191:
+       unsigned i;

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 2 errors, 4 warnings, 31 lines checked


More information about the test-report mailing list