[dpdk-dev] [PATCH 0/2 v2] Enable hotplug support for fm10k

2015-06-10 Thread Michael Qiu
Hotplug feature is supported in EAL, this patch set is to enable this feature in driver side. Michael Qiu (2): fm10k: Free queues when close port fm10k: Add hotplug support for fm10k drivers/net/fm10k/fm10k_ethdev.c | 134 +-- 1 file changed, 129 insertion

[dpdk-dev] [PATCH 0/2 v2] Enable hotplug support for fm10k

2015-06-10 Thread Qiu, Michael
Compare with RFC patch: 1. split one patch to two, especially for free memory. 2. rework from lib/ to drivers/net On 6/10/2015 8:21 PM, Qiu, Michael wrote: > Hotplug feature is supported in EAL, this patch set is to enable > this feature in driver side. > > Michael Qiu (2): > fm10k: Free queues