From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Apr 2018 00:56:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,300,1520924400"; d="scan'208";a="192985725" Received: from rkotaba-mobl1.ger.corp.intel.com (HELO [10.252.23.81]) ([10.252.23.81]) by orsmga004.jf.intel.com with ESMTP; 20 Apr 2018 00:56:10 -0700 To: Jianfeng Tan , dev@dpdk.org Cc: thomas@monjalon.net References: <1524187312-129804-1-git-send-email-jianfeng.tan@intel.com> <1524187312-129804-3-git-send-email-jianfeng.tan@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 20 Apr 2018 08:56:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1524187312-129804-3-git-send-email-jianfeng.tan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] ipc: fix timeout not properly handled in async X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 07:56:13 -0000 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