[dpdk-dev] [PATCH v4 00/11] Port Hotplug Framework

2015-01-27 Thread Tetsuya Mukawa
On 2015/01/27 14:50, Qiu, Michael wrote: > On 1/27/2015 1:02 PM, Tetsuya Mukawa wrote: >> On 2015/01/27 12:00, Qiu, Michael wrote: >>> On 1/19/2015 6:42 PM, Tetsuya Mukawa wrote: This patch series adds a dynamic port hotplug framework to DPDK. With the patches, DPDK apps can attach or det

[dpdk-dev] [PATCH v4 00/11] Port Hotplug Framework

2015-01-27 Thread Tetsuya Mukawa
On 2015/01/27 12:00, Qiu, Michael wrote: > On 1/19/2015 6:42 PM, Tetsuya Mukawa wrote: >> 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

[dpdk-dev] [PATCH v4 00/11] Port Hotplug Framework

2015-01-27 Thread Qiu, Michael
On 1/27/2015 1:02 PM, Tetsuya Mukawa wrote: > On 2015/01/27 12:00, Qiu, Michael wrote: >> On 1/19/2015 6:42 PM, Tetsuya Mukawa wrote: >>> 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

[dpdk-dev] [PATCH v4 00/11] Port Hotplug Framework

2015-01-27 Thread Qiu, Michael
On 1/19/2015 6:42 PM, Tetsuya Mukawa wrote: > 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-dev] [PATCH v4 00/11] Port Hotplug Framework

2015-01-19 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 v4 00/11] Port Hotplug Framework

2015-01-19 Thread Qiu, Michael
Hi, Tetsuya What I miss? I haven't got the first patch, just start with "PATCH 2/11". Does this only happens with my mail client? Thanks, Michael On 2015/1/19 18:42, Tetsuya Mukawa wrote: > This patch series adds a dynamic port hotplug framework to DPDK. > With the patches, DPDK apps can attach