From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v3 0/8] Add Port Hotplug support to BSD Date: Tue, 30 Jun 2015 17:08:49 +0900 Message-ID: <55924E91.4050609@igel.co.jp> References: <1432016513-8456-5-git-send-email-mukawa@igel.co.jp> <1435546610-4533-1-git-send-email-mukawa@igel.co.jp> <20150629153036.GB3260@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by dpdk.org (Postfix) with ESMTP id B3980C41A for ; Tue, 30 Jun 2015 10:08:52 +0200 (CEST) Received: by pabvl15 with SMTP id vl15so1720316pab.1 for ; Tue, 30 Jun 2015 01:08:52 -0700 (PDT) In-Reply-To: <20150629153036.GB3260@bricha3-MOBL3> 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 0:30, Bruce Richardson wrote: > 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 Hi Bruce, I will move all most all patches to previous patch series. Also, when I move, I will just add patches to previous series for reviewers. (I will not change previous patches at all.) Regards, Tetsuya