From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=GUh4es/LfwJtbGKqdfMqP0yxA96OAqdOftpi5YRn9Yw=; b=SlD/3LgqvCGmyWre97dxV2PXMCloXI+KaZe97dw3GQwfpr3tpKBYt0A65B1NCOxZEO dZN2Yda4Y01SJlQiSDorFDRSR8UsXk4KKqFv+iU8O6hqONKWNLP6eqCKGb4lnhh6h+Rw BM7p82k/NSHM9TuGbnCgrOqR/S7jwEt8+hp3fELWF7xfbb/2HxEKF3hZJXq0udQff2F/ QA2Qc2XgsQIlUWRune0bkXdCoFk1hc52P7mwulLZSAaW4zrlRDReWTWpbLYaycX/pwOe XIYOTLB7PVKaHwvrYKJGI66FFeQxPnf/DpzTdj38sXnk7Nex5/eqw1iQp2u3raYxdgba 13Gw== X-Gm-Message-State: ALoCoQnPVte/6BvnS5Jv0wlldt5MTVVVo2pWx5sxPxhRR3RSKMr8c4DhaMbYwBp2SwGR2hw4GIde X-Received: by 10.194.81.67 with SMTP id y3mr23387871wjx.7.1436393804687; Wed, 08 Jul 2015 15:16:44 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id y19sm4987937wia.15.2015.07.08.15.16.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 15:16:43 -0700 (PDT) From: Thomas Monjalon To: Tetsuya Mukawa Date: Thu, 09 Jul 2015 00:15:39 +0200 Message-ID: <42247857.y8Sm7pfBqp@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435652811-3487-2-git-send-email-mukawa@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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] eal: Enable Port Hotplug as default in Linux and 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: Wed, 08 Jul 2015 22:16:45 -0000 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