From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD Date: Thu, 09 Jul 2015 00:15:39 +0200 Message-ID: <42247857.y8Sm7pfBqp@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tetsuya Mukawa Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id D14A8DE4 for ; Thu, 9 Jul 2015 00:16:44 +0200 (CEST) Received: by wiwl6 with SMTP id l6so1810362wiw.0 for ; Wed, 08 Jul 2015 15:16:44 -0700 (PDT) In-Reply-To: <1435652811-3487-2-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" 2015-06-30 17:26, 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 Applied, thanks