Tetsuya Mukawa 390cb6b89c eal: enable port hotplug as default for linux and bsd
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 <mukawa@igel.co.jp>
2015-07-09 00:18:25 +02:00
..
2015-03-10 12:17:31 +01:00
2015-06-12 11:10:10 +02:00
2015-06-12 11:10:10 +02:00
2015-06-22 18:46:46 +02:00
2015-03-10 12:15:14 +01:00
2014-11-25 13:30:23 +01:00
2014-11-25 13:30:23 +01:00
2015-02-24 20:22:24 +01:00
2015-06-19 16:24:48 +02:00