From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 420E3A0613 for ; Mon, 23 Sep 2019 17:56:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11B121BF25; Mon, 23 Sep 2019 17:56:53 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B35CA1BEFD for ; Mon, 23 Sep 2019 17:56:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 08:56:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,541,1559545200"; d="scan'208";a="188179339" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.97]) ([10.237.220.97]) by fmsmga008.fm.intel.com with ESMTP; 23 Sep 2019 08:56:48 -0700 To: Chaitanya Babu Talluri , dev@dpdk.org Cc: reshma.pattan@intel.com, jananeex.m.parthasarathy@intel.com References: <1566907031-2105-1-git-send-email-tallurix.chaitanya.babu@intel.com> <1567598682-2225-1-git-send-email-tallurix.chaitanya.babu@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Mon, 23 Sep 2019 16:56:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <1567598682-2225-1-git-send-email-tallurix.chaitanya.babu@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/4] add unit tests for eal vfio library 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04-Sep-19 1:04 PM, Chaitanya Babu Talluri wrote: > 1/4: fix vfio unmap that fails unexpectedly > 2/4: fix vfio unmap that succeeds unexpectedly > 3/4: add API to check iommu type is set > 4/4: add unit tests for eal vfio > > Patch 4/4 depends on 1/4,2/4,3/4 > > Signed-off-by: Chaitanya Babu Talluri > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly