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 B15B6A058A; Fri, 17 Apr 2020 16:05:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 886341E90C; Fri, 17 Apr 2020 16:05:30 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 535271E90C for ; Fri, 17 Apr 2020 16:05:29 +0200 (CEST) IronPort-SDR: w+KXiVJB7phRasEatHsEOudjiGRQVVOvSqJQO/Aw2gL8XoPMeateUsNho2Lur2qgsZOn7FKemp oUwQlKpxv9lQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2020 07:05:28 -0700 IronPort-SDR: nIqclV9D/3u8AoYeqzvf+lZAVkeodcGvexk+YrzCeDIk2r/iqd6fwqFHrY+VL5uCaw+N4bp53A lxGSEJLH6w3g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,395,1580803200"; d="scan'208";a="278387917" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.62.102]) ([10.252.62.102]) by fmsmga004.fm.intel.com with ESMTP; 17 Apr 2020 07:05:25 -0700 To: Tal Shnaiderman Cc: Thomas Monjalon , "dev@dpdk.org" References: From: "Burakov, Anatoly" Message-ID: <7970b43f-dd45-49de-9081-f2903af20635@intel.com> Date: Fri, 17 Apr 2020 15:05:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] rte_vfio_container_dma_map/unmap functions 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 22-Mar-20 5:20 PM, Tal Shnaiderman wrote: > Hi Anatoly, > > I’m working on the implementation of bus/pci driver for Windows, > pci_common.c uses the titled functions however they are relevant only > for Linux OS. > > I’m wondering if the implementation of those functions should be moved > to a Linux specific area since FreeBSD (and now Windows) are forced to > implemented those in the current state. > > Would appreciate your feedback, > > Regards, > > Tal > Hi, I believe those functions are marked as deprecated now. We probably could remove them in 20.11? -- Thanks, Anatoly