[dpdk-test-report] |WARNING| pw48563 app/test-pmd: add IFPGA AFU register read/write access for testpmd
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Dec 6 18:42:59 CET 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/48563
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#61: FILE: app/test-pmd/config.c:905:
+ port_id, (unsigned)reg_off, (unsigned)reg_off, len);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#61: FILE: app/test-pmd/config.c:905:
+ port_id, (unsigned)reg_off, (unsigned)reg_off, len);
total: 0 errors, 2 warnings, 271 lines checked
More information about the test-report
mailing list