From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EC079A00E6 for ; Mon, 15 Apr 2019 23:44:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E0E991B42D; Mon, 15 Apr 2019 23:44:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 597601B433; Mon, 15 Apr 2019 23:44:06 +0200 (CEST) In-Reply-To: <1555364488-28207-2-git-send-email-erik.g.carrillo@intel.com> References: <1555364488-28207-2-git-send-email-erik.g.carrillo@intel.com> To: test-report@dpdk.org Cc: Erik Gabriel Carrillo Message-Id: <20190415214406.597601B433@dpdk.org> Date: Mon, 15 Apr 2019 23:44:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52802 [PATCH v5 1/2] timer: allow timer management in shared memory X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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