[dpdk-test-report] |WARNING| pw32046 [PATCH] pktgen-stats/latency: fix RTE version in lib includes

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Dec 9 00:42:37 CET 2017


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

_coding style issues_


WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#29: FILE: app/pktgen-latency.c:16:
+#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 0)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#42: FILE: app/pktgen-stats.c:16:
+#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 0)

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

total: 1 errors, 2 warnings, 16 lines checked


More information about the test-report mailing list