From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD Date: Wed, 01 Jul 2015 15:37:26 +0900 Message-ID: <55938AA6.9050206@igel.co.jp> References: <1435546610-4533-9-git-send-email-mukawa@igel.co.jp> <1435652811-3487-1-git-send-email-mukawa@igel.co.jp> <1435652811-3487-2-git-send-email-mukawa@igel.co.jp> <8CEF83825BEC744B83065625E567D7C204A435E7@IRSMSX108.ger.corp.intel.com> <20150630154011.GA6680@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Bruce Richardson , "Iremonger, Bernard" Return-path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by dpdk.org (Postfix) with ESMTP id 460FDC344 for ; Wed, 1 Jul 2015 08:37:30 +0200 (CEST) Received: by pdjd13 with SMTP id d13so20219464pdj.0 for ; Tue, 30 Jun 2015 23:37:29 -0700 (PDT) In-Reply-To: <20150630154011.GA6680@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/07/01 0:40, Bruce Richardson wrote: > On Tue, Jun 30, 2015 at 04:08:08PM +0100, Iremonger, Bernard wrote: >>> -----Original Message----- >>> From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] >>> Sent: Tuesday, June 30, 2015 9:27 AM >>> To: dev@dpdk.org >>> Cc: Iremonger, Bernard; david.marchand@6wind.com; Richardson, Bruce; >>> Tetsuya.Mukawa >>> Subject: [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD >>> >>> From: "Tetsuya.Mukawa" >>> >>> This patch removes CONFIG_RTE_LIBRTE_EAL_HOTPLUG option, and enables >>> it as default in both Linux and BSD. >>> Also, to support port hotplug, rte_eal_pci_scan() and below missing symbols >>> should be exported to ethdev library. >>> - rte_eal_parse_devargs_str() >>> - rte_eal_pci_close_one() >>> - rte_eal_pci_probe_one() >>> - rte_eal_pci_scan() >>> - rte_eal_vdev_init() >>> - rte_eal_vdev_uninit() >>> >>> Signed-off-by: Tetsuya Mukawa >> Hi Tetsuya, >> >> Would it be cleaner to add this patch to the [PATCH v7 12/12] patch set as patch 13 rather than having it as a separate patch? >> > The other patch set is cleanup, merging BSD and Linuxapp code, so I think it's > best kept as a separate set. New features I'd suggest keeping separate from > cleanup. > That being said, it is only one patch, so it probably doesn't matter much either > way. :-) > > /Bruce Thanks for commenting. Let's keep separating. It will be easy for me to write cover-letter of the patch series. Regards, Tetsuya