From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DDA624C57 for ; Wed, 12 Apr 2017 15:49:56 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2017 06:49:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,190,1488873600"; d="scan'208";a="88211024" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 12 Apr 2017 06:49:54 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: thomas.monjalon@6wind.com, bruce.richardson@intel.com, shreyansh.jain@nxp.com, john.mcnamara@intel.com, jerin.jacob@caviumnetworks.com References: <1491917847-3935-1-git-send-email-hemant.agrawal@nxp.com> <1491917847-3935-8-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: Date: Wed, 12 Apr 2017 14:49:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491917847-3935-8-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 07/21] eal/vfio: adding vfio utility functions in map file 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, 12 Apr 2017 13:49:57 -0000 On 4/11/2017 2:37 PM, Hemant Agrawal wrote: > adding extra vfio utility functions to map file. > They will be used by other vfio supported buses like fslmc bus > for NXP DPAA2 devices > > Signed-off-by: Hemant Agrawal <...> > @@ -184,6 +184,9 @@ DPDK_17.02 { > rte_bus_register; > rte_bus_scan; > rte_bus_unregister; > + vfio_get_container_fd; > + vfio_get_group_fd; > + vfio_get_group_no; Moved to DPDK_17.05 instead of DPDK_17.02 while applying. > > } DPDK_16.11