[dpdk-dev] [PATCH v15 00/13] Port Hotplug Framework

2015-02-26 Thread Tetsuya Mukawa
This patch series adds a dynamic port hotplug framework to DPDK. With the patches, DPDK apps can attach or detach ports at runtime. The basic concept of the port hotplug is like followings. - DPDK apps must have responsibility to manage ports. DPDK apps only know which ports are attached or deta

[dpdk-dev] [PATCH v15 00/13] Port Hotplug Framework

2015-02-26 Thread Thomas Monjalon
2015-02-26 04:32, Tetsuya Mukawa: > This patch series adds a dynamic port hotplug framework to DPDK. > With the patches, DPDK apps can attach or detach ports at runtime. > > The basic concept of the port hotplug is like followings. > - DPDK apps must have responsibility to manage ports. > DPDK a