From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id B4BF84C8E for ; Sun, 11 Mar 2018 10:26:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2018 01:26:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,455,1515484800"; d="scan'208";a="23548601" Received: from tanjianf-mobl.ccr.corp.intel.com (HELO [10.255.27.216]) ([10.255.27.216]) by fmsmga008.fm.intel.com with ESMTP; 11 Mar 2018 01:25:58 -0800 To: Anatoly Burakov , dev@dpdk.org References: <40396e19c36794d8a6b16bdd8c4e8dd9716005be.1520424998.git.anatoly.burakov@intel.com> Cc: keith.wiles@intel.com, konstantin.ananyev@intel.com From: "Tan, Jianfeng" Message-ID: Date: Sun, 11 Mar 2018 17:25:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <40396e19c36794d8a6b16bdd8c4e8dd9716005be.1520424998.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 5/6] eal: simplify IPC sync request timeout code 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: Sun, 11 Mar 2018 09:26:02 -0000 On 3/8/2018 12:56 AM, Anatoly Burakov wrote: > Signed-off-by: Anatoly Burakov Why I did not find this simple way in the first place :-) Acked-by: Jianfeng Tan Thanks!