From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3B87523C for ; Wed, 28 Feb 2018 11:22:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Feb 2018 02:22:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,405,1515484800"; d="scan'208";a="178699145" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.78]) ([10.237.220.78]) by orsmga004.jf.intel.com with ESMTP; 28 Feb 2018 02:22:32 -0800 To: dev@dpdk.org Cc: jianfeng.tan@intel.com, konstantin.ananyev@intel.com References: <92186ea34a31743ed76dbd9267f0586da22575f3.1519742486.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: <8e2fae35-62b1-f794-12a3-9061ee9121ac@intel.com> Date: Wed, 28 Feb 2018 10:22:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <92186ea34a31743ed76dbd9267f0586da22575f3.1519742486.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal: add asynchronous request API to DPDK IPC 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: Wed, 28 Feb 2018 10:22:34 -0000 On 27-Feb-18 2:59 PM, Anatoly Burakov wrote: > This API is similar to the blocking API that is already present, > but reply will be received in a separate callback by the caller. > > Under the hood, we create a separate thread to deal with replies to > asynchronous requests, that will just wait to be notified by the > main thread, or woken up on a timer (it'll wake itself up every > minute regardless of whether it was called, but if there are no > requests in the queue, nothing will be done and it'll go to sleep > for another minute). > > Signed-off-by: Anatoly Burakov > --- Missed updating .map file, will respin. -- Thanks, Anatoly