From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v7 00/12] Clean up pci uio implementations Date: Thu, 2 Jul 2015 12:32:04 +0100 Message-ID: <20150702113203.GE3828@bricha3-MOBL3> References: <1435306705-11645-4-git-send-email-mukawa@igel.co.jp> <1435652668-3380-1-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Tetsuya Mukawa Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B6B60106B for ; Thu, 2 Jul 2015 13:32:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1435652668-3380-1-git-send-email-mukawa@igel.co.jp> 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 Tue, Jun 30, 2015 at 05:24:16PM +0900, Tetsuya Mukawa wrote: > Currently Linux implementation and BSD implementation have almost same > code about pci uio. This patch series cleans up it. > Overall, patchset looks a good idea. I've made some comments on some of the individual patches. Quick test on FreeBSD shows that PCI port scanning and mapping of the BARs of 82599 NICs works ok. Tested-by: Bruce Richardson