From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CAA7E1ADD3; Thu, 30 Nov 2017 19:43:10 +0100 (CET) In-Reply-To: <1512067450-59203-3-git-send-email-jianfeng.tan@intel.com> References: <1512067450-59203-3-git-send-email-jianfeng.tan@intel.com> To: test-report@dpdk.org Cc: Jianfeng Tan Message-Id: <20171130184310.CAA7E1ADD3@dpdk.org> Date: Thu, 30 Nov 2017 19:43:10 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31839 [PATCH 2/3] eal: add synchronous multi-process communication 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: Thu, 30 Nov 2017 18:43:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31839 _coding style issues_ WARNING:TYPO_SPELLING: 'reponse' may be misspelled - perhaps 'response'? #21: the send thread will wait there for reponse and process the WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mp_handler', this function's name, in a string #80: FILE: lib/librte_eal/common/eal_common_proc.c:364: + RTE_LOG(INFO, EAL, "mp_handler thread will pause "); WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mp_handler', this function's name, in a string #82: FILE: lib/librte_eal/common/eal_common_proc.c:366: + RTE_LOG(INFO, EAL, "mp_handler thread stops pausing "); total: 0 errors, 3 warnings, 142 lines checked