[dpdk-dev] [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD

2015-07-09 Thread Thomas Monjalon
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() > -

[dpdk-dev] [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD

2015-07-01 Thread Tetsuya Mukawa
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 at igel.co.jp] >>> Sent: Tuesday, June 30, 2015 9:27 AM >>> To: dev at dpdk.org >>> Cc: Iremonger, Bernard; david.

[dpdk-dev] [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD

2015-06-30 Thread Tetsuya Mukawa
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_on

[dpdk-dev] [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD

2015-06-30 Thread Bruce Richardson
On Tue, Jun 30, 2015 at 04:08:08PM +0100, Iremonger, Bernard wrote: > > > -Original Message- > > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > > Sent: Tuesday, June 30, 2015 9:27 AM > > To: dev at dpdk.org > > Cc: Iremonger, Bernard; david.marchand at 6wind.com; Richardson, Bruce; >

[dpdk-dev] [PATCH v4] eal: Enable Port Hotplug as default in Linux and BSD

2015-06-30 Thread Iremonger, Bernard
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Tuesday, June 30, 2015 9:27 AM > To: dev at dpdk.org > Cc: Iremonger, Bernard; david.marchand at 6wind.com; Richardson, Bruce; > Tetsuya.Mukawa > Subject: [PATCH v4] eal: Enable Port Hotplug as default in Lin