From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5559B7CBC; Fri, 8 Sep 2017 14:59:38 +0200 (CEST) In-Reply-To: <20170908125721.2878-1-ilia.kurakin@intel.com> References: <20170908125721.2878-1-ilia.kurakin@intel.com> To: test-report@dpdk.org Cc: ilia.kurakin@intel.com Message-Id: <20170908125938.5559B7CBC@dpdk.org> Date: Fri, 8 Sep 2017 14:59:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28511 [PATCH v7] ether: add support for vtune task tracing 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: , X-List-Received-Date: Fri, 08 Sep 2017 12:59:38 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28511 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #31: The profiling code is not being compiled if user does not specify config flag. ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #239: FILE: lib/librte_ether/rte_ethdev_profile.c:59: + __itt_domain *domains[RTE_MAX_QUEUES_PER_PORT]; ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #243: FILE: lib/librte_ether/rte_ethdev_profile.c:63: + __itt_string_handle *handles[RTE_MAX_QUEUES_PER_PORT]; ^ total: 2 errors, 1 warnings, 287 lines checked