From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v7 12/12] eal: Consolidate rte_eal_pci_probe/close_one_driver() of linuxapp and bsdapp Date: Wed, 01 Jul 2015 15:39:53 +0900 Message-ID: <55938B39.3070409@igel.co.jp> References: <1435306705-11645-4-git-send-email-mukawa@igel.co.jp> <1435652668-3380-1-git-send-email-mukawa@igel.co.jp> <1435652668-3380-13-git-send-email-mukawa@igel.co.jp> <8CEF83825BEC744B83065625E567D7C204A435C7@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id 0F8D7C344 for ; Wed, 1 Jul 2015 08:39:56 +0200 (CEST) Received: by pdcu2 with SMTP id u2so20485486pdc.3 for ; Tue, 30 Jun 2015 23:39:55 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C204A435C7@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2015/06/30 23:56, Iremonger, Bernard wrote: >> -----Original Message----- >> From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] >> Sent: Tuesday, June 30, 2015 9:24 AM >> To: dev@dpdk.org >> Cc: Iremonger, Bernard; david.marchand@6wind.com; Richardson, Bruce; >> Tetsuya.Mukawa >> Subject: [PATCH v7 12/12] eal: Consolidate >> rte_eal_pci_probe/close_one_driver() of linuxapp and bsdapp >> >> From: "Tetsuya.Mukawa" >> >> This patch consolidates below functions, and implements these in common >> eal code. >> - rte_eal_pci_probe_one_driver() >> - rte_eal_pci_close_one_driver() >> >> Because pci_map_device() is only implemented in linuxapp, the patch >> implements it in bsdapp too. This implemented function will be merged to >> linuxapp one with later patch. > Hi Tetsuya, > > The description lines above seem to be out of date now as pci_map_device() is not implemented in the bsdapp now. > > Regards, > > Bernard. > Hi Bernard, Yes, I needed to be change above description. I will fix it in next patch series. Regards, Tetsuya