automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw46655 [1/2] eal: add API that sleeps while waiting for threads
       [not found] <20181011195753.4778-1-ferruh.yigit@intel.com>
@ 2018-10-11 19:03 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-10-11 19:03 UTC (permalink / raw)
  To: test-report; +Cc: Ferruh Yigit

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#57: FILE: lib/librte_eal/common/eal_common_launch.c:44:
+rte_eal_wait_lcore_sleep(unsigned slave_id, size_t usec)

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#62: FILE: lib/librte_eal/common/eal_common_launch.c:49:
+	while (lcore_config[slave_id].state != WAIT &&
[...]
+			usleep(usec);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#116: FILE: lib/librte_eal/common/include/rte_launch.h:157:
+rte_eal_wait_lcore_sleep(unsigned slave_id, size_t usec);

total: 0 errors, 3 warnings, 80 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-11 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20181011195753.4778-1-ferruh.yigit@intel.com>
2018-10-11 19:03 ` [dpdk-test-report] |WARNING| pw46655 [1/2] eal: add API that sleeps while waiting for threads checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).