[dpdk-test-report] |WARNING| pw48426 [1/3] timer: allow timer management in shared memory

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Dec 6 18:40:06 CET 2018


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#46: 
[1] https://doc.dpdk.org/guides/prog_guide/multi_proc_support.html#multi-process-limitations

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#154: FILE: lib/librte_timer/rte_timer.c:85:
+#define TIMER_DATA_VALID_GET_OR_ERR_RET(id, timer_data, retval) do {	\
+	if (id >= RTE_MAX_DATA_ELS || !timer_data_valid(id))		\
+		return retval;						\
+	timer_data = &rte_timer_data_arr[id];				\
+} while (0)

total: 0 errors, 2 warnings, 1037 lines checked
ERROR: symbol rte_timer_alt_dump_stats is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_alt_manage is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_alt_reset is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_alt_stop is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_data_alloc is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_data_dealloc is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_manage is added in a section other than the EXPERIMENTAL section of the version map
INFO: symbol rte_timer_manage is being removed, ensure that it has gone through the deprecation process
ERROR: symbol rte_timer_subsystem_finalize is added in a section other than the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_subsystem_init is added in a section other than the EXPERIMENTAL section of the version map
INFO: symbol rte_timer_subsystem_init is being removed, ensure that it has gone through the deprecation process


More information about the test-report mailing list