[dpdk-test-report] |WARNING| pw28058 [PATCH] examples/l2fwd-cat: fix build according to API changes

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 29 11:52:44 CEST 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#55: FILE: examples/l2fwd-cat/cat.c:56:
+static unsigned *m_sockets;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#153: FILE: examples/l2fwd-cat/cat.c:765:
+		unsigned *lcores = NULL;

total: 0 errors, 2 warnings, 175 lines checked


More information about the test-report mailing list