From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=V8M1WYw1WNR+dpc19en8vnK4diHEL39ej1J4DFnvgyQ=; b=S3AE8RweipLdk9bUb33s3b7ol/igP0ZGOtQv1JCVK7i3mU6Iqw4N0eHhhf7UYdT9F9 pUnSfmmNbu8yRslrYxtj5S35zRR7UaSO40DmAav9fNiOpA8t1cXoV5ceFyKlmkDr6dvL e2PG4CNv3SBjIAVLaPTDefRwlk/eRzUhkTdb/fyVwmWGWin4eQq2clgVD/I/L4YF00/e 2o1SzW2O58ujiRR2ra/jyV/bVOHmupnUamT0OgYIts1D2B/TdP0e+3F0f+EyKXF8lyoO 1EUruwijyQYAgyJIF9gzoZNf0gMZOYJvfVbJlohSKoXKQo17vqGmYu7YXY52H4qvdonE eWRA== X-Gm-Message-State: ALoCoQnkWhCCNaK63FVVqP2vzEix7HzRiok3kMj59QbZ85tigqY03HukJ0rCgbhq9V3w+3Uj52TR X-Received: by 10.66.181.197 with SMTP id dy5mr18963215pac.87.1435651731744; Tue, 30 Jun 2015 01:08:51 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id x7sm2436353pbt.16.2015.06.30.01.08.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 01:08:51 -0700 (PDT) Message-ID: <55924E91.4050609@igel.co.jp> Date: Tue, 30 Jun 2015 17:08:49 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Bruce Richardson 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> In-Reply-To: <20150629153036.GB3260@bricha3-MOBL3> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/8] Add Port Hotplug support to BSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 08:08:53 -0000 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