From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C263D728B for ; Wed, 14 Mar 2018 11:19:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 03:19:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,469,1515484800"; d="scan'208";a="25589665" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.112]) ([10.237.220.112]) by orsmga006.jf.intel.com with ESMTP; 14 Mar 2018 03:19:33 -0700 To: Hemant Agrawal , dev@dpdk.org, bruce.richardson@intel.com Cc: thomas@monjalon.net, anatoly.burakov@intel.comm, xiao.w.wang@intel.com, junjie.j.chen@intel.com References: <1521014434-3399-1-git-send-email-hemant.agrawal@nxp.com> From: "Burakov, Anatoly" Message-ID: <7d026979-aed5-8368-dddd-74ec0a7f7385@intel.com> Date: Wed, 14 Mar 2018 10:19:32 +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: <1521014434-3399-1-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal/vfio: export internal vfio 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: , X-List-Received-Date: Wed, 14 Mar 2018 10:19:36 -0000 On 14-Mar-18 8:00 AM, Hemant Agrawal wrote: > This patch moves some of the internal vfio functions from > eal_vfio.h to rte_vfio.h for common uses with "rte_" prefix. > > This patch also change the FSLMC bus usages from the internal > VFIO functions to external ones with "rte_" prefix > > Signed-off-by: Hemant Agrawal > --- VFIO parts seem OK to me. Acked-by: Anatoly Burakov -- Thanks, Anatoly