From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH 2/2] ipc: fix timeout not properly handled in async Date: Fri, 20 Apr 2018 08:56:08 +0100 Message-ID: References: <1524187312-129804-1-git-send-email-jianfeng.tan@intel.com> <1524187312-129804-3-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net To: Jianfeng Tan , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 47E437CBF for ; Fri, 20 Apr 2018 09:56:13 +0200 (CEST) In-Reply-To: <1524187312-129804-3-git-send-email-jianfeng.tan@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 20-Apr-18 2:21 AM, Jianfeng Tan wrote: > In original implementation, timeout event for an async request > will be ignored. As a result, an async request will never > trigger the action if it cannot receive any reply any more. > > We fix this by counting timeout as a processed reply. > > Fixes: f05e26051c15 ("eal: add IPC asynchronous request") > > Signed-off-by: Jianfeng Tan > Signed-off-by: Anatoly Burakov > --- Acked-by: Anatoly Burakov Thanks for catching this! -- Thanks, Anatoly