From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/8] Add Port Hotplug support to BSD Date: Mon, 29 Jun 2015 16:30:36 +0100 Message-ID: <20150629153036.GB3260@bricha3-MOBL3> References: <1432016513-8456-5-git-send-email-mukawa@igel.co.jp> <1435546610-4533-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 4EC7D683D for ; Mon, 29 Jun 2015 17:30:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1435546610-4533-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 Mon, Jun 29, 2015 at 11:56:42AM +0900, Tetsuya Mukawa wrote: > This patch series adds port hotplug support to BSD. > Before applying, following patches should be applied. > - [PATCH v6 1/5] eal: Fix coding style of eal_pci.c and eal_pci_uio.c > - [PATCH v6 2/5] eal: Close file descriptor of uio configuration > - [PATCH v6 3/5] eal: Fix memory leaks and needless increment of pci_map_addr > - [PATCH v6 4/5] eal/bsdapp: Change names of pci related data structure > - [PATCH v6 5/5] eal: Fix uio mapping differences between linuxapp and bsdapp > > Some functions will be consolidated after applying the patches, because > these functions are implemented in both Linux and BSD code. > > PATCH v2 changes: > - Fix license of eal_common_pci_uio.c > > PATCH v1 changes: > - Rebase to below latest patch series. > - [PATCH v6] Clean up pci uio implementations > > The majority of patches in this set seem to be more concerned with cleaning up common code between linux and FreeBSD rather than adding hotplug support. Are those changes better made as part of the previous patchset listed as a requirement of this? /Bruce