automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw52802 [PATCH v5 1/2] timer: allow timer management in shared memory
       [not found] <1555364488-28207-2-git-send-email-erik.g.carrillo@intel.com>
@ 2019-04-15 21:44 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-04-15 21:44 UTC (permalink / raw)
  To: test-report; +Cc: Erik Gabriel Carrillo

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

_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
#139: FILE: lib/librte_timer/rte_timer.c:88:
+#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, 1030 lines checked
ERROR: symbol rte_timer_dump_stats is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_manage is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_reset is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_stop is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol rte_timer_subsystem_init is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map

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

only message in thread, other threads:[~2019-04-15 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1555364488-28207-2-git-send-email-erik.g.carrillo@intel.com>
2019-04-15 21:44 ` [dpdk-test-report] |WARNING| pw52802 [PATCH v5 1/2] timer: allow timer management in shared memory 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).